Html Css Color HEX #CC42D7 Medium Orchid

📋 copy color: '#CC42D7'

red 204 ◦ green 66 ◦ blue 215

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

Shades of Medium Orchid #CC42D7

Tints of Medium Orchid #CC42D7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.61%

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 42.06%
G = 13.61%
B = 44.33%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC42D7 (or 0xCC42D7) is known color: Medium Orchid. HEX triplet: CC, 42 and D7. RGB value is (204,66,215). Sum of RGB (Red+Green+Blue) = 204+66+215=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC42D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42D7 is #33BD28. Grayscale: #7B7B7B. Windows color (decimal): -3390761 or 14107340. OLE color: 14107340.

HSL color Cylindrical-coordinate representation of color #CC42D7: hue angle of 295.57º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC42D7 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 66 215 -
CMYK 0.05 0.69 0 0.16
HSL 295.57º 0.65% 0.55% -
HSV(B) 295.57º 0.69% 0.84% -
XYZ 39.12 21.64 66.41 -
YUV 124.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 204 66 215 0.05 0.69 0 0.16 295.57 0.65 0.55
Hex CC 42 D7 5 45 0 10 128 41 37
Octal 314 102 327 5 105 0 20 450 101 67
Binary 11001100 1000010 11010111 101 1000101 0 10000 100101000 1000001 110111

Color Harmonies of #CC42D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42D7

Black with #CC42D7

Text Example


Text Example

White with #CC42D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42D7; }

 p { color: rgb(204,66,215); }

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

background-color css

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

 a { background-color: rgb(204,66,215); }

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

border-color css

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

 span { border-color: rgb(204,66,215); }

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