Html Css Color HEX #CB74F7 Heliotrope

📋 copy color: '#CB74F7'

red 203 ◦ green 116 ◦ blue 247

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

Shades of Heliotrope #CB74F7

Tints of Heliotrope #CB74F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.64%

R = 35.87%
G = 20.49%
B = 43.64%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB74F7 (or 0xCB74F7) is known color: Heliotrope. HEX triplet: CB, 74 and F7. RGB value is (203,116,247). Sum of RGB (Red+Green+Blue) = 203+116+247=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB74F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74F7 is #348B08. Grayscale: #9C9C9C. Windows color (decimal): -3443465 or 16217291. OLE color: 16217291.

HSL color Cylindrical-coordinate representation of color #CB74F7: hue angle of 279.85º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB74F7 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 116 247 -
CMYK 0.18 0.53 0 0.03
HSL 279.85º 0.89% 0.71% -
HSV(B) 279.85º 0.53% 0.97% -
XYZ 47.66 31.9 91.64 -
YUV 156.95 178.82 160.85 -
System Red Green Blue C M Y K H S L
Decimal 203 116 247 0.18 0.53 0 0.03 279.85 0.89 0.71
Hex CB 74 F7 12 35 0 3 118 59 47
Octal 313 164 367 22 65 0 3 430 131 107
Binary 11001011 1110100 11110111 10010 110101 0 11 100011000 1011001 1000111

Color Harmonies of #CB74F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74F7

Black with #CB74F7

Text Example


Text Example

White with #CB74F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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