Html Css Color HEX #CB68EC Heliotrope

📋 copy color: '#CB68EC'

red 203 ◦ green 104 ◦ blue 236

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

Shades of Heliotrope #CB68EC

Tints of Heliotrope #CB68EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 37.38%
G = 19.15%
B = 43.46%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB68EC (or 0xCB68EC) is known color: Heliotrope. HEX triplet: CB, 68 and EC. RGB value is (203,104,236). Sum of RGB (Red+Green+Blue) = 203+104+236=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB68EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68EC is #349713. Grayscale: #949494. Windows color (decimal): -3446548 or 15493323. OLE color: 15493323.

HSL color Cylindrical-coordinate representation of color #CB68EC: hue angle of 285º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB68EC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 104 236 -
CMYK 0.14 0.56 0 0.07
HSL 285º 0.78% 0.67% -
HSV(B) 285º 0.56% 0.93% -
XYZ 44.72 28.65 82.53 -
YUV 148.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 203 104 236 0.14 0.56 0 0.07 285 0.78 0.67
Hex CB 68 EC E 38 0 7 11D 4E 43
Octal 313 150 354 16 70 0 7 435 116 103
Binary 11001011 1101000 11101100 1110 111000 0 111 100011101 1001110 1000011

Color Harmonies of #CB68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68EC

Black with #CB68EC

Text Example


Text Example

White with #CB68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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