Html Css Color HEX #CF52D6 Medium Orchid

📋 copy color: '#CF52D6'

red 207 ◦ green 82 ◦ blue 214

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

Shades of Medium Orchid #CF52D6

Tints of Medium Orchid #CF52D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 41.15%
G = 16.3%
B = 42.54%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF52D6 (or 0xCF52D6) is known color: Medium Orchid. HEX triplet: CF, 52 and D6. RGB value is (207,82,214). Sum of RGB (Red+Green+Blue) = 207+82+214=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF52D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52D6 is #30AD29. Grayscale: #868686. Windows color (decimal): -3190058 or 14045903. OLE color: 14045903.

HSL color Cylindrical-coordinate representation of color #CF52D6: hue angle of 296.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF52D6 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 82 214 -
CMYK 0.03 0.62 0 0.16
HSL 296.82º 0.62% 0.58% -
HSV(B) 296.82º 0.62% 0.84% -
XYZ 40.89 24.16 66.13 -
YUV 134.42 172.91 179.77 -
System Red Green Blue C M Y K H S L
Decimal 207 82 214 0.03 0.62 0 0.16 296.82 0.62 0.58
Hex CF 52 D6 3 3E 0 10 129 3E 3A
Octal 317 122 326 3 76 0 20 451 76 72
Binary 11001111 1010010 11010110 11 111110 0 10000 100101001 111110 111010

Color Harmonies of #CF52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52D6

Black with #CF52D6

Text Example


Text Example

White with #CF52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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