Html Css Color HEX #CF32DC Medium Orchid

📋 copy color: '#CF32DC'

red 207 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #CF32DC

Tints of Medium Orchid #CF32DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.48%

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

R = 43.4%
G = 10.48%
B = 46.12%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF32DC (or 0xCF32DC) is known color: Medium Orchid. HEX triplet: CF, 32 and DC. RGB value is (207,50,220). Sum of RGB (Red+Green+Blue) = 207+50+220=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF32DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32DC is #30CD23. Grayscale: #737373. Windows color (decimal): -3198244 or 14430927. OLE color: 14430927.

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

Color convert

RGB 207 50 220 -
CMYK 0.06 0.77 0 0.14
HSL 295.41º 0.71% 0.53% -
HSV(B) 295.41º 0.77% 0.86% -
XYZ 39.79 20.71 69.61 -
YUV 116.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 207 50 220 0.06 0.77 0 0.14 295.41 0.71 0.53
Hex CF 32 DC 6 4D 0 E 127 47 35
Octal 317 62 334 6 115 0 16 447 107 65
Binary 11001111 110010 11011100 110 1001101 0 1110 100100111 1000111 110101

Color Harmonies of #CF32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF32DC

Black with #CF32DC

Text Example


Text Example

White with #CF32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF32DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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