Html Css Color HEX #CC3FDD Medium Orchid

📋 copy color: '#CC3FDD'

red 204 ◦ green 63 ◦ blue 221

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

Shades of Medium Orchid #CC3FDD

Tints of Medium Orchid #CC3FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 41.8%
G = 12.91%
B = 45.29%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC3FDD (or 0xCC3FDD) is known color: Medium Orchid. HEX triplet: CC, 3F and DD. RGB value is (204,63,221). Sum of RGB (Red+Green+Blue) = 204+63+221=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FDD is #33C022. Grayscale: #7A7A7A. Windows color (decimal): -3391523 or 14499788. OLE color: 14499788.

HSL color Cylindrical-coordinate representation of color #CC3FDD: hue angle of 293.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3FDD is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 63 221 -
CMYK 0.08 0.71 0 0.13
HSL 293.54º 0.7% 0.56% -
HSV(B) 293.54º 0.71% 0.87% -
XYZ 39.73 21.61 70.48 -
YUV 123.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 204 63 221 0.08 0.71 0 0.13 293.54 0.7 0.56
Hex CC 3F DD 8 47 0 D 126 46 38
Octal 314 77 335 10 107 0 15 446 106 70
Binary 11001100 111111 11011101 1000 1000111 0 1101 100100110 1000110 111000

Color Harmonies of #CC3FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FDD

Black with #CC3FDD

Text Example


Text Example

White with #CC3FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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