Html Css Color HEX #CB7EE7 Heliotrope

📋 copy color: '#CB7EE7'

red 203 ◦ green 126 ◦ blue 231

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

Shades of Heliotrope #CB7EE7

Tints of Heliotrope #CB7EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 36.25%
G = 22.5%
B = 41.25%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB7EE7 (or 0xCB7EE7) is known color: Heliotrope. HEX triplet: CB, 7E and E7. RGB value is (203,126,231). Sum of RGB (Red+Green+Blue) = 203+126+231=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB7EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EE7 is #348118. Grayscale: #A0A0A0. Windows color (decimal): -3440921 or 15171275. OLE color: 15171275.

HSL color Cylindrical-coordinate representation of color #CB7EE7: hue angle of 284º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7EE7 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 126 231 -
CMYK 0.12 0.45 0 0.09
HSL 284º 0.69% 0.7% -
HSV(B) 284º 0.45% 0.91% -
XYZ 46.51 33.39 79.59 -
YUV 160.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 203 126 231 0.12 0.45 0 0.09 284 0.69 0.7
Hex CB 7E E7 C 2D 0 9 11C 45 46
Octal 313 176 347 14 55 0 11 434 105 106
Binary 11001011 1111110 11100111 1100 101101 0 1001 100011100 1000101 1000110

Color Harmonies of #CB7EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EE7

Black with #CB7EE7

Text Example


Text Example

White with #CB7EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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