Html Css Color HEX #CC3FDF Medium Orchid

📋 copy color: '#CC3FDF'

red 204 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #CC3FDF

Tints of Medium Orchid #CC3FDF

RGB

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

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

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

R = 41.63%
G = 12.86%
B = 45.51%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC3FDF (or 0xCC3FDF) is known color: Medium Orchid. HEX triplet: CC, 3F and DF. RGB value is (204,63,223). Sum of RGB (Red+Green+Blue) = 204+63+223=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FDF is #33C020. Grayscale: #7A7A7A. Windows color (decimal): -3391521 or 14630860. OLE color: 14630860.

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

Color convert

RGB 204 63 223 -
CMYK 0.09 0.72 0 0.13
HSL 292.88º 0.71% 0.56% -
HSV(B) 292.88º 0.72% 0.87% -
XYZ 40 21.72 71.9 -
YUV 123.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 204 63 223 0.09 0.72 0 0.13 292.88 0.71 0.56
Hex CC 3F DF 9 48 0 D 125 47 38
Octal 314 77 337 11 110 0 15 445 107 70
Binary 11001100 111111 11011111 1001 1001000 0 1101 100100101 1000111 111000

Color Harmonies of #CC3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FDF

Black with #CC3FDF

Text Example


Text Example

White with #CC3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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