Html Css Color HEX #CC3FFD Medium Orchid

📋 copy color: '#CC3FFD'

red 204 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #CC3FFD

Tints of Medium Orchid #CC3FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 39.23%
G = 12.12%
B = 48.65%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC3FFD (or 0xCC3FFD) is known color: Medium Orchid. HEX triplet: CC, 3F and FD. RGB value is (204,63,253). Sum of RGB (Red+Green+Blue) = 204+63+253=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 63 (25% from 255 or 12.12% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC3FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FFD is #33C002. Grayscale: #7E7E7E. Windows color (decimal): -3391491 or 16596940. OLE color: 16596940.

HSL color Cylindrical-coordinate representation of color #CC3FFD: hue angle of 284.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3FFD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 63 253 -
CMYK 0.19 0.75 0 0.01
HSL 284.53º 0.98% 0.62% -
HSV(B) 284.53º 0.75% 0.99% -
XYZ 44.41 23.48 95.12 -
YUV 126.82 199.21 183.05 -
System Red Green Blue C M Y K H S L
Decimal 204 63 253 0.19 0.75 0 0.01 284.53 0.98 0.62
Hex CC 3F FD 13 4B 0 1 11D 62 3E
Octal 314 77 375 23 113 0 1 435 142 76
Binary 11001100 111111 11111101 10011 1001011 0 1 100011101 1100010 111110

Color Harmonies of #CC3FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FFD

Black with #CC3FFD

Text Example


Text Example

White with #CC3FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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