Html Css Color HEX #CF7DF9 Heliotrope

📋 copy color: '#CF7DF9'

red 207 ◦ green 125 ◦ blue 249

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

Shades of Heliotrope #CF7DF9

Tints of Heliotrope #CF7DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.51%

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

R = 35.63%
G = 21.51%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF7DF9 (or 0xCF7DF9) is known color: Heliotrope. HEX triplet: CF, 7D and F9. RGB value is (207,125,249). Sum of RGB (Red+Green+Blue) = 207+125+249=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DF9 is #308206. Grayscale: #A3A3A3. Windows color (decimal): -3179015 or 16350671. OLE color: 16350671.

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

Color convert

RGB 207 125 249 -
CMYK 0.17 0.50 0 0.02
HSL 279.68º 0.91% 0.73% -
HSV(B) 279.68º 0.5% 0.98% -
XYZ 50.16 34.77 93.69 -
YUV 163.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 207 125 249 0.17 0.50 0 0.02 279.68 0.91 0.73
Hex CF 7D F9 11 32 0 2 118 5B 49
Octal 317 175 371 21 62 0 2 430 133 111
Binary 11001111 1111101 11111001 10001 110010 0 10 100011000 1011011 1001001

Color Harmonies of #CF7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DF9

Black with #CF7DF9

Text Example


Text Example

White with #CF7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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