Html Css Color HEX #CB68FE Heliotrope

📋 copy color: '#CB68FE'

red 203 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #CB68FE

Tints of Heliotrope #CB68FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.54%

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

R = 36.19%
G = 18.54%
B = 45.28%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB68FE (or 0xCB68FE) is known color: Heliotrope. HEX triplet: CB, 68 and FE. RGB value is (203,104,254). Sum of RGB (Red+Green+Blue) = 203+104+254=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68FE is #349701. Grayscale: #969696. Windows color (decimal): -3446530 or 16672971. OLE color: 16672971.

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

Color convert

RGB 203 104 254 -
CMYK 0.20 0.59 0 0.00
HSL 279.6º 0.99% 0.7% -
HSV(B) 279.6º 0.59% 1% -
XYZ 47.47 29.75 97.01 -
YUV 150.7 186.3 165.3 -
System Red Green Blue C M Y K H S L
Decimal 203 104 254 0.20 0.59 0 0.00 279.6 0.99 0.7
Hex CB 68 FE 14 3B 0 0 118 63 46
Octal 313 150 376 24 73 0 0 430 143 106
Binary 11001011 1101000 11111110 10100 111011 0 0 100011000 1100011 1000110

Color Harmonies of #CB68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68FE

Black with #CB68FE

Text Example


Text Example

White with #CB68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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