Html Css Color HEX #CF52DF Medium Orchid

📋 copy color: '#CF52DF'

red 207 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #CF52DF

Tints of Medium Orchid #CF52DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.02%

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

R = 40.43%
G = 16.02%
B = 43.55%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF52DF (or 0xCF52DF) is known color: Medium Orchid. HEX triplet: CF, 52 and DF. RGB value is (207,82,223). Sum of RGB (Red+Green+Blue) = 207+82+223=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52DF is #30AD20. Grayscale: #878787. Windows color (decimal): -3190049 or 14635727. OLE color: 14635727.

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

Color convert

RGB 207 82 223 -
CMYK 0.07 0.63 0 0.13
HSL 293.19º 0.69% 0.6% -
HSV(B) 293.19º 0.63% 0.87% -
XYZ 42.07 24.63 72.35 -
YUV 135.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 207 82 223 0.07 0.63 0 0.13 293.19 0.69 0.6
Hex CF 52 DF 7 3F 0 D 125 45 3C
Octal 317 122 337 7 77 0 15 445 105 74
Binary 11001111 1010010 11011111 111 111111 0 1101 100100101 1000101 111100

Color Harmonies of #CF52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52DF

Black with #CF52DF

Text Example


Text Example

White with #CF52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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