Html Css Color HEX #CB68FC Heliotrope

📋 copy color: '#CB68FC'

red 203 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #CB68FC

Tints of Heliotrope #CB68FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 36.31%
G = 18.6%
B = 45.08%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB68FC (or 0xCB68FC) is known color: Heliotrope. HEX triplet: CB, 68 and FC. RGB value is (203,104,252). Sum of RGB (Red+Green+Blue) = 203+104+252=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68FC is #349703. Grayscale: #959595. Windows color (decimal): -3446532 or 16541899. OLE color: 16541899.

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

Color convert

RGB 203 104 252 -
CMYK 0.19 0.59 0 0.01
HSL 280.14º 0.96% 0.7% -
HSV(B) 280.14º 0.59% 0.99% -
XYZ 47.15 29.63 95.33 -
YUV 150.47 185.3 165.47 -
System Red Green Blue C M Y K H S L
Decimal 203 104 252 0.19 0.59 0 0.01 280.14 0.96 0.7
Hex CB 68 FC 13 3B 0 1 118 60 46
Octal 313 150 374 23 73 0 1 430 140 106
Binary 11001011 1101000 11111100 10011 111011 0 1 100011000 1100000 1000110

Color Harmonies of #CB68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68FC

Black with #CB68FC

Text Example


Text Example

White with #CB68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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