Html Css Color HEX #CF2EDA Medium Orchid

📋 copy color: '#CF2EDA'

red 207 ◦ green 46 ◦ blue 218

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

Shades of Medium Orchid #CF2EDA

Tints of Medium Orchid #CF2EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.77%

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 43.95%
G = 9.77%
B = 46.28%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF2EDA (or 0xCF2EDA) is known color: Medium Orchid. HEX triplet: CF, 2E and DA. RGB value is (207,46,218). Sum of RGB (Red+Green+Blue) = 207+46+218=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF2EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EDA is #30D125. Grayscale: #717171. Windows color (decimal): -3199270 or 14298831. OLE color: 14298831.

HSL color Cylindrical-coordinate representation of color #CF2EDA: hue angle of 296.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2EDA is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 46 218 -
CMYK 0.05 0.79 0 0.15
HSL 296.16º 0.7% 0.52% -
HSV(B) 296.16º 0.79% 0.85% -
XYZ 39.36 20.28 68.17 -
YUV 113.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 207 46 218 0.05 0.79 0 0.15 296.16 0.7 0.52
Hex CF 2E DA 5 4F 0 F 128 46 34
Octal 317 56 332 5 117 0 17 450 106 64
Binary 11001111 101110 11011010 101 1001111 0 1111 100101000 1000110 110100

Color Harmonies of #CF2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2EDA

Black with #CF2EDA

Text Example


Text Example

White with #CF2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2EDA; }

 p { color: rgb(207,46,218); }

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

background-color css

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

 a { background-color: rgb(207,46,218); }

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

border-color css

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

 span { border-color: rgb(207,46,218); }

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