Html Css Color HEX #CF52DA Medium Orchid

📋 copy color: '#CF52DA'

red 207 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #CF52DA

Tints of Medium Orchid #CF52DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 40.83%
G = 16.17%
B = 43%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF52DA (or 0xCF52DA) is known color: Medium Orchid. HEX triplet: CF, 52 and DA. RGB value is (207,82,218). Sum of RGB (Red+Green+Blue) = 207+82+218=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52DA is #30AD25. Grayscale: #868686. Windows color (decimal): -3190054 or 14308047. OLE color: 14308047.

HSL color Cylindrical-coordinate representation of color #CF52DA: hue angle of 295.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF52DA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 82 218 -
CMYK 0.05 0.62 0 0.15
HSL 295.15º 0.65% 0.59% -
HSV(B) 295.15º 0.62% 0.85% -
XYZ 41.4 24.36 68.85 -
YUV 134.88 174.91 179.44 -
System Red Green Blue C M Y K H S L
Decimal 207 82 218 0.05 0.62 0 0.15 295.15 0.65 0.59
Hex CF 52 DA 5 3E 0 F 127 41 3B
Octal 317 122 332 5 76 0 17 447 101 73
Binary 11001111 1010010 11011010 101 111110 0 1111 100100111 1000001 111011

Color Harmonies of #CF52DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52DA

Black with #CF52DA

Text Example


Text Example

White with #CF52DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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