Html Css Color HEX #CB61EE Heliotrope

📋 copy color: '#CB61EE'

red 203 ◦ green 97 ◦ blue 238

#CB61EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CB61EE

Tints of Heliotrope #CB61EE

RGB

 RED value IS 203 (79.69% from 255) = 37.73%

 GREEN value IS 97 (38.28% from 255) = 18.03%

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 37.73%
G = 18.03%
B = 44.24%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB61EE (or 0xCB61EE) is known color: Heliotrope. HEX triplet: CB, 61 and EE. RGB value is (203,97,238). Sum of RGB (Red+Green+Blue) = 203+97+238=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB61EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB61EE is #349E11. Grayscale: #909090. Windows color (decimal): -3448338 or 15622603. OLE color: 15622603.

HSL color Cylindrical-coordinate representation of color #CB61EE: hue angle of 285.11º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB61EE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 97 238 -
CMYK 0.15 0.59 0 0.07
HSL 285.11º 0.81% 0.66% -
HSV(B) 285.11º 0.59% 0.93% -
XYZ 44.34 27.42 83.84 -
YUV 144.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 203 97 238 0.15 0.59 0 0.07 285.11 0.81 0.66
Hex CB 61 EE F 3B 0 7 11D 51 42
Octal 313 141 356 17 73 0 7 435 121 102
Binary 11001011 1100001 11101110 1111 111011 0 111 100011101 1010001 1000010

Color Harmonies of #CB61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61EE

Black with #CB61EE

Text Example


Text Example

White with #CB61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61EE; }

 p { color: rgb(203,97,238); }

 H1.HeaderClassName
 {
   color: #CB61EE;
 }
 .AnyTagClassName
 {
   color: #CB61EE;
 }
</style>

background-color css

<style>
 a { background-color: #CB61EE; }

 a { background-color: rgb(203,97,238); }

 div.DivClassName
 {
   background-color: #CB61EE;
 }
 .BgClassName
 {
   background-color: #CB61EE;
 }
</style>

border-color css

<style>
 span { border-color: #CB61EE; }

 span { border-color: rgb(203,97,238); }

 td.TdClassName
 {
   border-color: #CB61EE;
 }
 .TagClassName
 {
   border-color: #CB61EE;
 }
</style>