Html Css Color HEX #CC3FDA Medium Orchid

📋 copy color: '#CC3FDA'

red 204 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #CC3FDA

Tints of Medium Orchid #CC3FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.99%

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

R = 42.06%
G = 12.99%
B = 44.95%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC3FDA (or 0xCC3FDA) is known color: Medium Orchid. HEX triplet: CC, 3F and DA. RGB value is (204,63,218). Sum of RGB (Red+Green+Blue) = 204+63+218=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FDA is #33C025. Grayscale: #7A7A7A. Windows color (decimal): -3391526 or 14303180. OLE color: 14303180.

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

Color convert

RGB 204 63 218 -
CMYK 0.06 0.71 0 0.15
HSL 294.58º 0.68% 0.55% -
HSV(B) 294.58º 0.71% 0.85% -
XYZ 39.33 21.45 68.4 -
YUV 122.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 204 63 218 0.06 0.71 0 0.15 294.58 0.68 0.55
Hex CC 3F DA 6 47 0 F 127 44 37
Octal 314 77 332 6 107 0 17 447 104 67
Binary 11001100 111111 11011010 110 1000111 0 1111 100100111 1000100 110111

Color Harmonies of #CC3FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FDA

Black with #CC3FDA

Text Example


Text Example

White with #CC3FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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