Html Css Color HEX #CB7EEE Heliotrope

📋 copy color: '#CB7EEE'

red 203 ◦ green 126 ◦ blue 238

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

Shades of Heliotrope #CB7EEE

Tints of Heliotrope #CB7EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 35.8%
G = 22.22%
B = 41.98%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB7EEE (or 0xCB7EEE) is known color: Heliotrope. HEX triplet: CB, 7E and EE. RGB value is (203,126,238). Sum of RGB (Red+Green+Blue) = 203+126+238=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EEE is #348111. Grayscale: #A1A1A1. Windows color (decimal): -3440914 or 15630027. OLE color: 15630027.

HSL color Cylindrical-coordinate representation of color #CB7EEE: hue angle of 281.25º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7EEE is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 126 238 -
CMYK 0.15 0.47 0 0.07
HSL 281.25º 0.77% 0.71% -
HSV(B) 281.25º 0.47% 0.93% -
XYZ 47.52 33.79 84.91 -
YUV 161.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 203 126 238 0.15 0.47 0 0.07 281.25 0.77 0.71
Hex CB 7E EE F 2F 0 7 119 4D 47
Octal 313 176 356 17 57 0 7 431 115 107
Binary 11001011 1111110 11101110 1111 101111 0 111 100011001 1001101 1000111

Color Harmonies of #CB7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EEE

Black with #CB7EEE

Text Example


Text Example

White with #CB7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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