Html Css Color HEX #CF4AF9 Heliotrope

📋 copy color: '#CF4AF9'

red 207 ◦ green 74 ◦ blue 249

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

Shades of Heliotrope #CF4AF9

Tints of Heliotrope #CF4AF9

RGB

 RED value IS 207 (81.25% from 255) = 39.06%

 GREEN value IS 74 (29.3% from 255) = 13.96%

 BLUE value IS 249 (97.66% from 255) = 46.98%

R = 39.06%
G = 13.96%
B = 46.98%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF4AF9 (or 0xCF4AF9) is known color: Heliotrope. HEX triplet: CF, 4A and F9. RGB value is (207,74,249). Sum of RGB (Red+Green+Blue) = 207+74+249=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 74 (29.30% from 255 or 13.96% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF4AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AF9 is #30B506. Grayscale: #858585. Windows color (decimal): -3192071 or 16337615. OLE color: 16337615.

HSL color Cylindrical-coordinate representation of color #CF4AF9: hue angle of 285.6º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF4AF9 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 74 249 -
CMYK 0.17 0.70 0 0.02
HSL 285.6º 0.94% 0.63% -
HSV(B) 285.6º 0.7% 0.98% -
XYZ 45.28 25 92.06 -
YUV 133.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 207 74 249 0.17 0.70 0 0.02 285.6 0.94 0.63
Hex CF 4A F9 11 46 0 2 11E 5E 3F
Octal 317 112 371 21 106 0 2 436 136 77
Binary 11001111 1001010 11111001 10001 1000110 0 10 100011110 1011110 111111

Color Harmonies of #CF4AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AF9

Black with #CF4AF9

Text Example


Text Example

White with #CF4AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AF9; }

 p { color: rgb(207,74,249); }

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

background-color css

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

 a { background-color: rgb(207,74,249); }

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

border-color css

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

 span { border-color: rgb(207,74,249); }

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