Html Css Color HEX #CF52D7 Medium Orchid

📋 copy color: '#CF52D7'

red 207 ◦ green 82 ◦ blue 215

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

Shades of Medium Orchid #CF52D7

Tints of Medium Orchid #CF52D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 41.07%
G = 16.27%
B = 42.66%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF52D7 (or 0xCF52D7) is known color: Medium Orchid. HEX triplet: CF, 52 and D7. RGB value is (207,82,215). Sum of RGB (Red+Green+Blue) = 207+82+215=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF52D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52D7 is #30AD28. Grayscale: #868686. Windows color (decimal): -3190057 or 14111439. OLE color: 14111439.

HSL color Cylindrical-coordinate representation of color #CF52D7: hue angle of 296.39º 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 #CF52D7 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 82 215 -
CMYK 0.04 0.62 0 0.16
HSL 296.39º 0.62% 0.58% -
HSV(B) 296.39º 0.62% 0.84% -
XYZ 41.02 24.21 66.8 -
YUV 134.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 207 82 215 0.04 0.62 0 0.16 296.39 0.62 0.58
Hex CF 52 D7 4 3E 0 10 128 3E 3A
Octal 317 122 327 4 76 0 20 450 76 72
Binary 11001111 1010010 11010111 100 111110 0 10000 100101000 111110 111010

Color Harmonies of #CF52D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52D7

Black with #CF52D7

Text Example


Text Example

White with #CF52D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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