Html Css Color HEX #CC54DF Medium Orchid

📋 copy color: '#CC54DF'

red 204 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #CC54DF

Tints of Medium Orchid #CC54DF

RGB

 RED value IS 204 (80.08% from 255) = 39.92%

 GREEN value IS 84 (33.2% from 255) = 16.44%

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

R = 39.92%
G = 16.44%
B = 43.64%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC54DF (or 0xCC54DF) is known color: Medium Orchid. HEX triplet: CC, 54 and DF. RGB value is (204,84,223). Sum of RGB (Red+Green+Blue) = 204+84+223=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54DF is #33AB20. Grayscale: #878787. Windows color (decimal): -3386145 or 14636236. OLE color: 14636236.

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

Color convert

RGB 204 84 223 -
CMYK 0.09 0.62 0 0.13
HSL 291.8º 0.68% 0.6% -
HSV(B) 291.8º 0.62% 0.87% -
XYZ 41.39 24.51 72.36 -
YUV 135.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 204 84 223 0.09 0.62 0 0.13 291.8 0.68 0.6
Hex CC 54 DF 9 3E 0 D 124 44 3C
Octal 314 124 337 11 76 0 15 444 104 74
Binary 11001100 1010100 11011111 1001 111110 0 1101 100100100 1000100 111100

Color Harmonies of #CC54DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54DF

Black with #CC54DF

Text Example


Text Example

White with #CC54DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54DF; }

 p { color: rgb(204,84,223); }

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

background-color css

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

 a { background-color: rgb(204,84,223); }

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

border-color css

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

 span { border-color: rgb(204,84,223); }

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