Html Css Color HEX #CB6EFE Heliotrope

📋 copy color: '#CB6EFE'

red 203 ◦ green 110 ◦ blue 254

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

Shades of Heliotrope #CB6EFE

Tints of Heliotrope #CB6EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.4%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 35.8%
G = 19.4%
B = 44.8%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB6EFE (or 0xCB6EFE) is known color: Heliotrope. HEX triplet: CB, 6E and FE. RGB value is (203,110,254). Sum of RGB (Red+Green+Blue) = 203+110+254=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB6EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EFE is #349101. Grayscale: #999999. Windows color (decimal): -3444994 or 16674507. OLE color: 16674507.

HSL color Cylindrical-coordinate representation of color #CB6EFE: hue angle of 278.75º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB6EFE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 110 254 -
CMYK 0.20 0.57 0 0.00
HSL 278.75º 0.99% 0.71% -
HSV(B) 278.75º 0.57% 1% -
XYZ 48.09 31 97.22 -
YUV 154.22 184.31 162.79 -
System Red Green Blue C M Y K H S L
Decimal 203 110 254 0.20 0.57 0 0.00 278.75 0.99 0.71
Hex CB 6E FE 14 39 0 0 117 63 47
Octal 313 156 376 24 71 0 0 427 143 107
Binary 11001011 1101110 11111110 10100 111001 0 0 100010111 1100011 1000111

Color Harmonies of #CB6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EFE

Black with #CB6EFE

Text Example


Text Example

White with #CB6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EFE; }

 p { color: rgb(203,110,254); }

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

background-color css

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

 a { background-color: rgb(203,110,254); }

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

border-color css

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

 span { border-color: rgb(203,110,254); }

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