Html Css Color HEX #CF32DF Medium Orchid

📋 copy color: '#CF32DF'

red 207 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #CF32DF

Tints of Medium Orchid #CF32DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 43.13%
G = 10.42%
B = 46.46%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF32DF (or 0xCF32DF) is known color: Medium Orchid. HEX triplet: CF, 32 and DF. RGB value is (207,50,223). Sum of RGB (Red+Green+Blue) = 207+50+223=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32DF is #30CD20. Grayscale: #747474. Windows color (decimal): -3198241 or 14627535. OLE color: 14627535.

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

Color convert

RGB 207 50 223 -
CMYK 0.07 0.78 0 0.13
HSL 294.45º 0.73% 0.54% -
HSV(B) 294.45º 0.78% 0.87% -
XYZ 40.19 20.87 71.72 -
YUV 116.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 207 50 223 0.07 0.78 0 0.13 294.45 0.73 0.54
Hex CF 32 DF 7 4E 0 D 126 49 36
Octal 317 62 337 7 116 0 15 446 111 66
Binary 11001111 110010 11011111 111 1001110 0 1101 100100110 1001001 110110

Color Harmonies of #CF32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF32DF

Black with #CF32DF

Text Example


Text Example

White with #CF32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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