Html Css Color HEX #CC3DFD Medium Orchid

📋 copy color: '#CC3DFD'

red 204 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #CC3DFD

Tints of Medium Orchid #CC3DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.78%

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

R = 39.38%
G = 11.78%
B = 48.84%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC3DFD (or 0xCC3DFD) is known color: Medium Orchid. HEX triplet: CC, 3D and FD. RGB value is (204,61,253). Sum of RGB (Red+Green+Blue) = 204+61+253=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC3DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DFD is #33C202. Grayscale: #7D7D7D. Windows color (decimal): -3392003 or 16596428. OLE color: 16596428.

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

Color convert

RGB 204 61 253 -
CMYK 0.19 0.76 0 0.01
HSL 284.69º 0.98% 0.62% -
HSV(B) 284.69º 0.76% 0.99% -
XYZ 44.3 23.27 95.08 -
YUV 125.65 199.88 183.89 -
System Red Green Blue C M Y K H S L
Decimal 204 61 253 0.19 0.76 0 0.01 284.69 0.98 0.62
Hex CC 3D FD 13 4C 0 1 11D 62 3E
Octal 314 75 375 23 114 0 1 435 142 76
Binary 11001100 111101 11111101 10011 1001100 0 1 100011101 1100010 111110

Color Harmonies of #CC3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DFD

Black with #CC3DFD

Text Example


Text Example

White with #CC3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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