Html Css Color HEX #CB7EFA Heliotrope

📋 copy color: '#CB7EFA'

red 203 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #CB7EFA

Tints of Heliotrope #CB7EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.76%

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

R = 35.06%
G = 21.76%
B = 43.18%

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

#CB7EFA (or 0xCB7EFA) is known color: Heliotrope. HEX triplet: CB, 7E and FA. RGB value is (203,126,250). Sum of RGB (Red+Green+Blue) = 203+126+250=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB7EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EFA is #348105. Grayscale: #A2A2A2. Windows color (decimal): -3440902 or 16416459. OLE color: 16416459.

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

Color convert

RGB 203 126 250 -
CMYK 0.19 0.50 0 0.02
HSL 277.26º 0.93% 0.74% -
HSV(B) 277.26º 0.5% 0.98% -
XYZ 49.34 34.52 94.5 -
YUV 163.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 203 126 250 0.19 0.50 0 0.02 277.26 0.93 0.74
Hex CB 7E FA 13 32 0 2 115 5D 4A
Octal 313 176 372 23 62 0 2 425 135 112
Binary 11001011 1111110 11111010 10011 110010 0 10 100010101 1011101 1001010

Color Harmonies of #CB7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EFA

Black with #CB7EFA

Text Example


Text Example

White with #CB7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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