Html Css Color HEX #CF7DF7 Heliotrope

📋 copy color: '#CF7DF7'

red 207 ◦ green 125 ◦ blue 247

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

Shades of Heliotrope #CF7DF7

Tints of Heliotrope #CF7DF7

RGB

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

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

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

R = 35.75%
G = 21.59%
B = 42.66%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CF7DF7 (or 0xCF7DF7) is known color: Heliotrope. HEX triplet: CF, 7D and F7. RGB value is (207,125,247). Sum of RGB (Red+Green+Blue) = 207+125+247=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF7DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DF7 is #308208. Grayscale: #A3A3A3. Windows color (decimal): -3179017 or 16219599. OLE color: 16219599.

HSL color Cylindrical-coordinate representation of color #CF7DF7: hue angle of 280.33º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7DF7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 125 247 -
CMYK 0.16 0.49 0 0.03
HSL 280.33º 0.88% 0.73% -
HSV(B) 280.33º 0.49% 0.97% -
XYZ 49.85 34.65 92.06 -
YUV 163.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 207 125 247 0.16 0.49 0 0.03 280.33 0.88 0.73
Hex CF 7D F7 10 31 0 3 118 58 49
Octal 317 175 367 20 61 0 3 430 130 111
Binary 11001111 1111101 11110111 10000 110001 0 11 100011000 1011000 1001001

Color Harmonies of #CF7DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DF7

Black with #CF7DF7

Text Example


Text Example

White with #CF7DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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