Html Css Color HEX #CF4EDE Medium Orchid

📋 copy color: '#CF4EDE'

red 207 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #CF4EDE

Tints of Medium Orchid #CF4EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.38%

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 40.83%
G = 15.38%
B = 43.79%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF4EDE (or 0xCF4EDE) is known color: Medium Orchid. HEX triplet: CF, 4E and DE. RGB value is (207,78,222). Sum of RGB (Red+Green+Blue) = 207+78+222=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EDE is #30B121. Grayscale: #848484. Windows color (decimal): -3191074 or 14569167. OLE color: 14569167.

HSL color Cylindrical-coordinate representation of color #CF4EDE: hue angle of 293.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4EDE is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 78 222 -
CMYK 0.07 0.65 0 0.13
HSL 293.75º 0.69% 0.59% -
HSV(B) 293.75º 0.65% 0.87% -
XYZ 41.64 23.99 71.54 -
YUV 132.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 207 78 222 0.07 0.65 0 0.13 293.75 0.69 0.59
Hex CF 4E DE 7 41 0 D 126 45 3B
Octal 317 116 336 7 101 0 15 446 105 73
Binary 11001111 1001110 11011110 111 1000001 0 1101 100100110 1000101 111011

Color Harmonies of #CF4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4EDE

Black with #CF4EDE

Text Example


Text Example

White with #CF4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4EDE; }

 p { color: rgb(207,78,222); }

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

background-color css

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

 a { background-color: rgb(207,78,222); }

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

border-color css

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

 span { border-color: rgb(207,78,222); }

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