Html Css Color HEX #CB74F6 Heliotrope

📋 copy color: '#CB74F6'

red 203 ◦ green 116 ◦ blue 246

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

Shades of Heliotrope #CB74F6

Tints of Heliotrope #CB74F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.54%

R = 35.93%
G = 20.53%
B = 43.54%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB74F6 (or 0xCB74F6) is known color: Heliotrope. HEX triplet: CB, 74 and F6. RGB value is (203,116,246). Sum of RGB (Red+Green+Blue) = 203+116+246=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB74F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74F6 is #348B09. Grayscale: #9C9C9C. Windows color (decimal): -3443466 or 16151755. OLE color: 16151755.

HSL color Cylindrical-coordinate representation of color #CB74F6: hue angle of 280.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB74F6 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 116 246 -
CMYK 0.17 0.53 0 0.04
HSL 280.15º 0.88% 0.71% -
HSV(B) 280.15º 0.53% 0.96% -
XYZ 47.51 31.84 90.83 -
YUV 156.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 203 116 246 0.17 0.53 0 0.04 280.15 0.88 0.71
Hex CB 74 F6 11 35 0 4 118 58 47
Octal 313 164 366 21 65 0 4 430 130 107
Binary 11001011 1110100 11110110 10001 110101 0 100 100011000 1011000 1000111

Color Harmonies of #CB74F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74F6

Black with #CB74F6

Text Example


Text Example

White with #CB74F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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