Html Css Color HEX #CB6CEE Heliotrope

📋 copy color: '#CB6CEE'

red 203 ◦ green 108 ◦ blue 238

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

Shades of Heliotrope #CB6CEE

Tints of Heliotrope #CB6CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.67%

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

R = 36.98%
G = 19.67%
B = 43.35%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB6CEE (or 0xCB6CEE) is known color: Heliotrope. HEX triplet: CB, 6C and EE. RGB value is (203,108,238). Sum of RGB (Red+Green+Blue) = 203+108+238=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB6CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CEE is #349311. Grayscale: #969696. Windows color (decimal): -3445522 or 15625419. OLE color: 15625419.

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

Color convert

RGB 203 108 238 -
CMYK 0.15 0.55 0 0.07
HSL 283.85º 0.79% 0.68% -
HSV(B) 283.85º 0.55% 0.93% -
XYZ 45.42 29.59 84.21 -
YUV 151.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 203 108 238 0.15 0.55 0 0.07 283.85 0.79 0.68
Hex CB 6C EE F 37 0 7 11C 4F 44
Octal 313 154 356 17 67 0 7 434 117 104
Binary 11001011 1101100 11101110 1111 110111 0 111 100011100 1001111 1000100

Color Harmonies of #CB6CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6CEE

Black with #CB6CEE

Text Example


Text Example

White with #CB6CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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