Html Css Color HEX #CC3CDA Medium Orchid

📋 copy color: '#CC3CDA'

red 204 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #CC3CDA

Tints of Medium Orchid #CC3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.45%

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

R = 42.32%
G = 12.45%
B = 45.23%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC3CDA (or 0xCC3CDA) is known color: Medium Orchid. HEX triplet: CC, 3C and DA. RGB value is (204,60,218). Sum of RGB (Red+Green+Blue) = 204+60+218=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CDA is #33C325. Grayscale: #787878. Windows color (decimal): -3392294 or 14302412. OLE color: 14302412.

HSL color Cylindrical-coordinate representation of color #CC3CDA: hue angle of 294.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3CDA is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 60 218 -
CMYK 0.06 0.72 0 0.15
HSL 294.68º 0.68% 0.55% -
HSV(B) 294.68º 0.72% 0.85% -
XYZ 39.17 21.13 68.34 -
YUV 121.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 204 60 218 0.06 0.72 0 0.15 294.68 0.68 0.55
Hex CC 3C DA 6 48 0 F 127 44 37
Octal 314 74 332 6 110 0 17 447 104 67
Binary 11001100 111100 11011010 110 1001000 0 1111 100100111 1000100 110111

Color Harmonies of #CC3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3CDA

Black with #CC3CDA

Text Example


Text Example

White with #CC3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3CDA; }

 p { color: rgb(204,60,218); }

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

background-color css

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

 a { background-color: rgb(204,60,218); }

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

border-color css

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

 span { border-color: rgb(204,60,218); }

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