Html Css Color HEX #CB70ED Heliotrope

📋 copy color: '#CB70ED'

red 203 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #CB70ED

Tints of Heliotrope #CB70ED

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.29%

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 36.78%
G = 20.29%
B = 42.93%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB70ED (or 0xCB70ED) is known color: Heliotrope. HEX triplet: CB, 70 and ED. RGB value is (203,112,237). Sum of RGB (Red+Green+Blue) = 203+112+237=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB70ED is #348F12. Grayscale: #999999. Windows color (decimal): -3444499 or 15560907. OLE color: 15560907.

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

Color convert

RGB 203 112 237 -
CMYK 0.14 0.53 0 0.07
HSL 283.68º 0.78% 0.68% -
HSV(B) 283.68º 0.53% 0.93% -
XYZ 45.71 30.4 83.58 -
YUV 153.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 203 112 237 0.14 0.53 0 0.07 283.68 0.78 0.68
Hex CB 70 ED E 35 0 7 11C 4E 44
Octal 313 160 355 16 65 0 7 434 116 104
Binary 11001011 1110000 11101101 1110 110101 0 111 100011100 1001110 1000100

Color Harmonies of #CB70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB70ED

Black with #CB70ED

Text Example


Text Example

White with #CB70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB70ED; }

 p { color: rgb(203,112,237); }

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

background-color css

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

 a { background-color: rgb(203,112,237); }

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

border-color css

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

 span { border-color: rgb(203,112,237); }

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