Html Css Color HEX #CF7AF9 Heliotrope

📋 copy color: '#CF7AF9'

red 207 ◦ green 122 ◦ blue 249

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

Shades of Heliotrope #CF7AF9

Tints of Heliotrope #CF7AF9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.11%

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

R = 35.81%
G = 21.11%
B = 43.08%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF7AF9 (or 0xCF7AF9) is known color: Heliotrope. HEX triplet: CF, 7A and F9. RGB value is (207,122,249). Sum of RGB (Red+Green+Blue) = 207+122+249=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF7AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7AF9 is #308506. Grayscale: #A1A1A1. Windows color (decimal): -3179783 or 16349903. OLE color: 16349903.

HSL color Cylindrical-coordinate representation of color #CF7AF9: hue angle of 280.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF7AF9 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 122 249 -
CMYK 0.17 0.51 0 0.02
HSL 280.16º 0.91% 0.73% -
HSV(B) 280.16º 0.51% 0.98% -
XYZ 49.79 34.02 93.57 -
YUV 161.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 207 122 249 0.17 0.51 0 0.02 280.16 0.91 0.73
Hex CF 7A F9 11 33 0 2 118 5B 49
Octal 317 172 371 21 63 0 2 430 133 111
Binary 11001111 1111010 11111001 10001 110011 0 10 100011000 1011011 1001001

Color Harmonies of #CF7AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7AF9

Black with #CF7AF9

Text Example


Text Example

White with #CF7AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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