Html Css Color HEX #CC40FD Medium Orchid

📋 copy color: '#CC40FD'

red 204 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #CC40FD

Tints of Medium Orchid #CC40FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.28%

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

R = 39.16%
G = 12.28%
B = 48.56%

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

#CC40FD (or 0xCC40FD) is known color: Medium Orchid. HEX triplet: CC, 40 and FD. RGB value is (204,64,253). Sum of RGB (Red+Green+Blue) = 204+64+253=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC40FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40FD is #33BF02. Grayscale: #7E7E7E. Windows color (decimal): -3391235 or 16597196. OLE color: 16597196.

HSL color Cylindrical-coordinate representation of color #CC40FD: hue angle of 284.44º 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 #CC40FD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 64 253 -
CMYK 0.19 0.75 0 0.01
HSL 284.44º 0.98% 0.62% -
HSV(B) 284.44º 0.75% 0.99% -
XYZ 44.46 23.6 95.14 -
YUV 127.41 198.88 182.63 -
System Red Green Blue C M Y K H S L
Decimal 204 64 253 0.19 0.75 0 0.01 284.44 0.98 0.62
Hex CC 40 FD 13 4B 0 1 11C 62 3E
Octal 314 100 375 23 113 0 1 434 142 76
Binary 11001100 1000000 11111101 10011 1001011 0 1 100011100 1100010 111110

Color Harmonies of #CC40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40FD

Black with #CC40FD

Text Example


Text Example

White with #CC40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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