Html Css Color HEX #CB60EE Heliotrope

📋 copy color: '#CB60EE'

red 203 ◦ green 96 ◦ blue 238

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

Shades of Heliotrope #CB60EE

Tints of Heliotrope #CB60EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.88%

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

R = 37.8%
G = 17.88%
B = 44.32%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB60EE (or 0xCB60EE) is known color: Heliotrope. HEX triplet: CB, 60 and EE. RGB value is (203,96,238). Sum of RGB (Red+Green+Blue) = 203+96+238=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60EE is #349F11. Grayscale: #8F8F8F. Windows color (decimal): -3448594 or 15622347. OLE color: 15622347.

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

Color convert

RGB 203 96 238 -
CMYK 0.15 0.60 0 0.07
HSL 285.21º 0.81% 0.65% -
HSV(B) 285.21º 0.6% 0.93% -
XYZ 44.24 27.24 83.81 -
YUV 144.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 203 96 238 0.15 0.60 0 0.07 285.21 0.81 0.65
Hex CB 60 EE F 3C 0 7 11D 51 41
Octal 313 140 356 17 74 0 7 435 121 101
Binary 11001011 1100000 11101110 1111 111100 0 111 100011101 1010001 1000001

Color Harmonies of #CB60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB60EE

Black with #CB60EE

Text Example


Text Example

White with #CB60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB60EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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