Html Css Color HEX #CB62EC Heliotrope

📋 copy color: '#CB62EC'

red 203 ◦ green 98 ◦ blue 236

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

Shades of Heliotrope #CB62EC

Tints of Heliotrope #CB62EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.25%

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 37.8%
G = 18.25%
B = 43.95%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB62EC (or 0xCB62EC) is known color: Heliotrope. HEX triplet: CB, 62 and EC. RGB value is (203,98,236). Sum of RGB (Red+Green+Blue) = 203+98+236=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB62EC is #349D13. Grayscale: #909090. Windows color (decimal): -3448084 or 15491787. OLE color: 15491787.

HSL color Cylindrical-coordinate representation of color #CB62EC: hue angle of 285.65º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB62EC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 98 236 -
CMYK 0.14 0.58 0 0.07
HSL 285.65º 0.78% 0.65% -
HSV(B) 285.65º 0.58% 0.93% -
XYZ 44.14 27.49 82.34 -
YUV 145.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 203 98 236 0.14 0.58 0 0.07 285.65 0.78 0.65
Hex CB 62 EC E 3A 0 7 11E 4E 41
Octal 313 142 354 16 72 0 7 436 116 101
Binary 11001011 1100010 11101100 1110 111010 0 111 100011110 1001110 1000001

Color Harmonies of #CB62EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB62EC

Black with #CB62EC

Text Example


Text Example

White with #CB62EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB62EC; }

 p { color: rgb(203,98,236); }

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

background-color css

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

 a { background-color: rgb(203,98,236); }

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

border-color css

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

 span { border-color: rgb(203,98,236); }

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