Html Css Color HEX #CB75EB Heliotrope

📋 copy color: '#CB75EB'

red 203 ◦ green 117 ◦ blue 235

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

Shades of Heliotrope #CB75EB

Tints of Heliotrope #CB75EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.08%

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 36.58%
G = 21.08%
B = 42.34%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB75EB (or 0xCB75EB) is known color: Heliotrope. HEX triplet: CB, 75 and EB. RGB value is (203,117,235). Sum of RGB (Red+Green+Blue) = 203+117+235=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB75EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB75EB is #348A14. Grayscale: #9B9B9B. Windows color (decimal): -3443221 or 15431115. OLE color: 15431115.

HSL color Cylindrical-coordinate representation of color #CB75EB: hue angle of 283.73º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB75EB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 117 235 -
CMYK 0.14 0.50 0 0.08
HSL 283.73º 0.75% 0.69% -
HSV(B) 283.73º 0.5% 0.92% -
XYZ 45.99 31.42 82.24 -
YUV 156.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 203 117 235 0.14 0.50 0 0.08 283.73 0.75 0.69
Hex CB 75 EB E 32 0 8 11C 4B 45
Octal 313 165 353 16 62 0 10 434 113 105
Binary 11001011 1110101 11101011 1110 110010 0 1000 100011100 1001011 1000101

Color Harmonies of #CB75EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75EB

Black with #CB75EB

Text Example


Text Example

White with #CB75EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75EB; }

 p { color: rgb(203,117,235); }

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

background-color css

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

 a { background-color: rgb(203,117,235); }

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

border-color css

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

 span { border-color: rgb(203,117,235); }

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