Html Css Color HEX #CC43D6 Medium Orchid

📋 copy color: '#CC43D6'

red 204 ◦ green 67 ◦ blue 214

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

Shades of Medium Orchid #CC43D6

Tints of Medium Orchid #CC43D6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.81%

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 42.06%
G = 13.81%
B = 44.12%

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

#CC43D6 (or 0xCC43D6) is known color: Medium Orchid. HEX triplet: CC, 43 and D6. RGB value is (204,67,214). Sum of RGB (Red+Green+Blue) = 204+67+214=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC43D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43D6 is #33BC29. Grayscale: #7C7C7C. Windows color (decimal): -3390506 or 14042060. OLE color: 14042060.

HSL color Cylindrical-coordinate representation of color #CC43D6: hue angle of 295.92º degrees, saturation: 0.64, 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 #CC43D6 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 67 214 -
CMYK 0.05 0.69 0 0.16
HSL 295.92º 0.64% 0.55% -
HSV(B) 295.92º 0.69% 0.84% -
XYZ 39.05 21.71 65.75 -
YUV 124.72 178.39 184.55 -
System Red Green Blue C M Y K H S L
Decimal 204 67 214 0.05 0.69 0 0.16 295.92 0.64 0.55
Hex CC 43 D6 5 45 0 10 128 40 37
Octal 314 103 326 5 105 0 20 450 100 67
Binary 11001100 1000011 11010110 101 1000101 0 10000 100101000 1000000 110111

Color Harmonies of #CC43D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43D6

Black with #CC43D6

Text Example


Text Example

White with #CC43D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43D6; }

 p { color: rgb(204,67,214); }

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

background-color css

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

 a { background-color: rgb(204,67,214); }

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

border-color css

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

 span { border-color: rgb(204,67,214); }

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