Html Css Color HEX #CB7EEA Heliotrope

📋 copy color: '#CB7EEA'

red 203 ◦ green 126 ◦ blue 234

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

Shades of Heliotrope #CB7EEA

Tints of Heliotrope #CB7EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 36.06%
G = 22.38%
B = 41.56%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB7EEA (or 0xCB7EEA) is known color: Heliotrope. HEX triplet: CB, 7E and EA. RGB value is (203,126,234). Sum of RGB (Red+Green+Blue) = 203+126+234=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EEA is #348115. Grayscale: #A0A0A0. Windows color (decimal): -3440918 or 15367883. OLE color: 15367883.

HSL color Cylindrical-coordinate representation of color #CB7EEA: hue angle of 282.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB7EEA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 126 234 -
CMYK 0.13 0.46 0 0.08
HSL 282.78º 0.72% 0.71% -
HSV(B) 282.78º 0.46% 0.92% -
XYZ 46.94 33.56 81.85 -
YUV 161.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 203 126 234 0.13 0.46 0 0.08 282.78 0.72 0.71
Hex CB 7E EA D 2E 0 8 11B 48 47
Octal 313 176 352 15 56 0 10 433 110 107
Binary 11001011 1111110 11101010 1101 101110 0 1000 100011011 1001000 1000111

Color Harmonies of #CB7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EEA

Black with #CB7EEA

Text Example


Text Example

White with #CB7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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