Html Css Color HEX #CF6DED Heliotrope

📋 copy color: '#CF6DED'

red 207 ◦ green 109 ◦ blue 237

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

Shades of Heliotrope #CF6DED

Tints of Heliotrope #CF6DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.71%

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

R = 37.43%
G = 19.71%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF6DED (or 0xCF6DED) is known color: Heliotrope. HEX triplet: CF, 6D and ED. RGB value is (207,109,237). Sum of RGB (Red+Green+Blue) = 207+109+237=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DED is #309212. Grayscale: #989898. Windows color (decimal): -3183123 or 15560143. OLE color: 15560143.

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

Color convert

RGB 207 109 237 -
CMYK 0.13 0.54 0 0.07
HSL 285.94º 0.78% 0.68% -
HSV(B) 285.94º 0.54% 0.93% -
XYZ 46.49 30.32 83.52 -
YUV 152.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 207 109 237 0.13 0.54 0 0.07 285.94 0.78 0.68
Hex CF 6D ED D 36 0 7 11E 4E 44
Octal 317 155 355 15 66 0 7 436 116 104
Binary 11001111 1101101 11101101 1101 110110 0 111 100011110 1001110 1000100

Color Harmonies of #CF6DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DED

Black with #CF6DED

Text Example


Text Example

White with #CF6DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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