Html Css Color HEX #CB74ED Heliotrope

📋 copy color: '#CB74ED'

red 203 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #CB74ED

Tints of Heliotrope #CB74ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.86%

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 36.51%
G = 20.86%
B = 42.63%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB74ED (or 0xCB74ED) is known color: Heliotrope. HEX triplet: CB, 74 and ED. RGB value is (203,116,237). Sum of RGB (Red+Green+Blue) = 203+116+237=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74ED is #348B12. Grayscale: #9B9B9B. Windows color (decimal): -3443475 or 15561931. OLE color: 15561931.

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

Color convert

RGB 203 116 237 -
CMYK 0.14 0.51 0 0.07
HSL 283.14º 0.77% 0.69% -
HSV(B) 283.14º 0.51% 0.93% -
XYZ 46.16 31.3 83.73 -
YUV 155.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 203 116 237 0.14 0.51 0 0.07 283.14 0.77 0.69
Hex CB 74 ED E 33 0 7 11B 4D 45
Octal 313 164 355 16 63 0 7 433 115 105
Binary 11001011 1110100 11101101 1110 110011 0 111 100011011 1001101 1000101

Color Harmonies of #CB74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74ED

Black with #CB74ED

Text Example


Text Example

White with #CB74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74ED; }

 p { color: rgb(203,116,237); }

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

background-color css

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

 a { background-color: rgb(203,116,237); }

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

border-color css

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

 span { border-color: rgb(203,116,237); }

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