Html Css Color HEX #CF2DDC Medium Orchid

📋 copy color: '#CF2DDC'

red 207 ◦ green 45 ◦ blue 220

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

Shades of Medium Orchid #CF2DDC

Tints of Medium Orchid #CF2DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.53%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 43.86%
G = 9.53%
B = 46.61%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF2DDC (or 0xCF2DDC) is known color: Medium Orchid. HEX triplet: CF, 2D and DC. RGB value is (207,45,220). Sum of RGB (Red+Green+Blue) = 207+45+220=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DDC is #30D223. Grayscale: #707070. Windows color (decimal): -3199524 or 14429647. OLE color: 14429647.

HSL color Cylindrical-coordinate representation of color #CF2DDC: hue angle of 295.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2DDC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 45 220 -
CMYK 0.06 0.80 0 0.14
HSL 295.54º 0.71% 0.52% -
HSV(B) 295.54º 0.8% 0.86% -
XYZ 39.59 20.31 69.54 -
YUV 113.39 188.17 194.77 -
System Red Green Blue C M Y K H S L
Decimal 207 45 220 0.06 0.80 0 0.14 295.54 0.71 0.52
Hex CF 2D DC 6 50 0 E 128 47 34
Octal 317 55 334 6 120 0 16 450 107 64
Binary 11001111 101101 11011100 110 1010000 0 1110 100101000 1000111 110100

Color Harmonies of #CF2DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2DDC

Black with #CF2DDC

Text Example


Text Example

White with #CF2DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2DDC; }

 p { color: rgb(207,45,220); }

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

background-color css

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

 a { background-color: rgb(207,45,220); }

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

border-color css

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

 span { border-color: rgb(207,45,220); }

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