Html Css Color HEX #CB70FA Heliotrope

📋 copy color: '#CB70FA'

red 203 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #CB70FA

Tints of Heliotrope #CB70FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 35.93%
G = 19.82%
B = 44.25%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB70FA (or 0xCB70FA) is known color: Heliotrope. HEX triplet: CB, 70 and FA. RGB value is (203,112,250). Sum of RGB (Red+Green+Blue) = 203+112+250=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB70FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB70FA is #348F05. Grayscale: #9A9A9A. Windows color (decimal): -3444486 or 16412875. OLE color: 16412875.

HSL color Cylindrical-coordinate representation of color #CB70FA: hue angle of 279.57º degrees, saturation: 0.93, 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 #CB70FA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 112 250 -
CMYK 0.19 0.55 0 0.02
HSL 279.57º 0.93% 0.71% -
HSV(B) 279.57º 0.55% 0.98% -
XYZ 47.68 31.19 93.95 -
YUV 154.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 203 112 250 0.19 0.55 0 0.02 279.57 0.93 0.71
Hex CB 70 FA 13 37 0 2 118 5D 47
Octal 313 160 372 23 67 0 2 430 135 107
Binary 11001011 1110000 11111010 10011 110111 0 10 100011000 1011101 1000111

Color Harmonies of #CB70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB70FA

Black with #CB70FA

Text Example


Text Example

White with #CB70FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB70FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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