Html Css Color HEX #CB7DFA Heliotrope

📋 copy color: '#CB7DFA'

red 203 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #CB7DFA

Tints of Heliotrope #CB7DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.63%

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

R = 35.12%
G = 21.63%
B = 43.25%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB7DFA (or 0xCB7DFA) is known color: Heliotrope. HEX triplet: CB, 7D and FA. RGB value is (203,125,250). Sum of RGB (Red+Green+Blue) = 203+125+250=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DFA is #348205. Grayscale: #A2A2A2. Windows color (decimal): -3441158 or 16416203. OLE color: 16416203.

HSL color Cylindrical-coordinate representation of color #CB7DFA: hue angle of 277.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7DFA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 125 250 -
CMYK 0.19 0.50 0 0.02
HSL 277.44º 0.93% 0.74% -
HSV(B) 277.44º 0.5% 0.98% -
XYZ 49.22 34.27 94.46 -
YUV 162.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 203 125 250 0.19 0.50 0 0.02 277.44 0.93 0.74
Hex CB 7D FA 13 32 0 2 115 5D 4A
Octal 313 175 372 23 62 0 2 425 135 112
Binary 11001011 1111101 11111010 10011 110010 0 10 100010101 1011101 1001010

Color Harmonies of #CB7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DFA

Black with #CB7DFA

Text Example


Text Example

White with #CB7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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