Html Css Color HEX #CF32DD Medium Orchid

📋 copy color: '#CF32DD'

red 207 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #CF32DD

Tints of Medium Orchid #CF32DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 43.31%
G = 10.46%
B = 46.23%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF32DD (or 0xCF32DD) is known color: Medium Orchid. HEX triplet: CF, 32 and DD. RGB value is (207,50,221). Sum of RGB (Red+Green+Blue) = 207+50+221=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32DD is #30CD22. Grayscale: #737373. Windows color (decimal): -3198243 or 14496463. OLE color: 14496463.

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

Color convert

RGB 207 50 221 -
CMYK 0.06 0.77 0 0.13
HSL 295.09º 0.72% 0.53% -
HSV(B) 295.09º 0.77% 0.87% -
XYZ 39.92 20.77 70.31 -
YUV 116.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 207 50 221 0.06 0.77 0 0.13 295.09 0.72 0.53
Hex CF 32 DD 6 4D 0 D 127 48 35
Octal 317 62 335 6 115 0 15 447 110 65
Binary 11001111 110010 11011101 110 1001101 0 1101 100100111 1001000 110101

Color Harmonies of #CF32DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF32DD

Black with #CF32DD

Text Example


Text Example

White with #CF32DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF32DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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