Html Css Color HEX #CB70F9 Heliotrope

📋 copy color: '#CB70F9'

red 203 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #CB70F9

Tints of Heliotrope #CB70F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 35.99%
G = 19.86%
B = 44.15%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB70F9 (or 0xCB70F9) is known color: Heliotrope. HEX triplet: CB, 70 and F9. RGB value is (203,112,249). Sum of RGB (Red+Green+Blue) = 203+112+249=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB70F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB70F9 is #348F06. Grayscale: #9A9A9A. Windows color (decimal): -3444487 or 16347339. OLE color: 16347339.

HSL color Cylindrical-coordinate representation of color #CB70F9: hue angle of 279.85º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB70F9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 112 249 -
CMYK 0.18 0.55 0 0.02
HSL 279.85º 0.92% 0.71% -
HSV(B) 279.85º 0.55% 0.98% -
XYZ 47.52 31.12 93.13 -
YUV 154.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 203 112 249 0.18 0.55 0 0.02 279.85 0.92 0.71
Hex CB 70 F9 12 37 0 2 118 5C 47
Octal 313 160 371 22 67 0 2 430 134 107
Binary 11001011 1110000 11111001 10010 110111 0 10 100011000 1011100 1000111

Color Harmonies of #CB70F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB70F9

Black with #CB70F9

Text Example


Text Example

White with #CB70F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB70F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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