Html Css Color HEX #CF7CF9 Heliotrope

📋 copy color: '#CF7CF9'

red 207 ◦ green 124 ◦ blue 249

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

Shades of Heliotrope #CF7CF9

Tints of Heliotrope #CF7CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.38%

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

R = 35.69%
G = 21.38%
B = 42.93%

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

#CF7CF9 (or 0xCF7CF9) is known color: Heliotrope. HEX triplet: CF, 7C and F9. RGB value is (207,124,249). Sum of RGB (Red+Green+Blue) = 207+124+249=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7CF9 is #308306. Grayscale: #A2A2A2. Windows color (decimal): -3179271 or 16350415. OLE color: 16350415.

HSL color Cylindrical-coordinate representation of color #CF7CF9: hue angle of 279.84º 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 #CF7CF9 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 124 249 -
CMYK 0.17 0.50 0 0.02
HSL 279.84º 0.91% 0.73% -
HSV(B) 279.84º 0.5% 0.98% -
XYZ 50.04 34.52 93.65 -
YUV 163.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 207 124 249 0.17 0.50 0 0.02 279.84 0.91 0.73
Hex CF 7C F9 11 32 0 2 118 5B 49
Octal 317 174 371 21 62 0 2 430 133 111
Binary 11001111 1111100 11111001 10001 110010 0 10 100011000 1011011 1001001

Color Harmonies of #CF7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CF9

Black with #CF7CF9

Text Example


Text Example

White with #CF7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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