Html Css Color HEX #CF7DED Heliotrope

📋 copy color: '#CF7DED'

red 207 ◦ green 125 ◦ blue 237

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

Shades of Heliotrope #CF7DED

Tints of Heliotrope #CF7DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 36.38%
G = 21.97%
B = 41.65%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF7DED (or 0xCF7DED) is known color: Heliotrope. HEX triplet: CF, 7D and ED. RGB value is (207,125,237). Sum of RGB (Red+Green+Blue) = 207+125+237=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DED is #308212. Grayscale: #A1A1A1. Windows color (decimal): -3179027 or 15564239. OLE color: 15564239.

HSL color Cylindrical-coordinate representation of color #CF7DED: hue angle of 283.93º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7DED is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 125 237 -
CMYK 0.13 0.47 0 0.07
HSL 283.93º 0.76% 0.71% -
HSV(B) 283.93º 0.47% 0.93% -
XYZ 48.35 34.05 84.14 -
YUV 162.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 207 125 237 0.13 0.47 0 0.07 283.93 0.76 0.71
Hex CF 7D ED D 2F 0 7 11C 4C 47
Octal 317 175 355 15 57 0 7 434 114 107
Binary 11001111 1111101 11101101 1101 101111 0 111 100011100 1001100 1000111

Color Harmonies of #CF7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DED

Black with #CF7DED

Text Example


Text Example

White with #CF7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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