Html Css Color HEX #CC43DE Medium Orchid

📋 copy color: '#CC43DE'

red 204 ◦ green 67 ◦ blue 222

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

Shades of Medium Orchid #CC43DE

Tints of Medium Orchid #CC43DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 41.38%
G = 13.59%
B = 45.03%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC43DE (or 0xCC43DE) is known color: Medium Orchid. HEX triplet: CC, 43 and DE. RGB value is (204,67,222). Sum of RGB (Red+Green+Blue) = 204+67+222=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC43DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43DE is #33BC21. Grayscale: #7D7D7D. Windows color (decimal): -3390498 or 14566348. OLE color: 14566348.

HSL color Cylindrical-coordinate representation of color #CC43DE: hue angle of 293.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC43DE is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 67 222 -
CMYK 0.08 0.70 0 0.13
HSL 293.03º 0.7% 0.57% -
HSV(B) 293.03º 0.7% 0.87% -
XYZ 40.09 22.13 71.26 -
YUV 125.63 182.39 183.9 -
System Red Green Blue C M Y K H S L
Decimal 204 67 222 0.08 0.70 0 0.13 293.03 0.7 0.57
Hex CC 43 DE 8 46 0 D 125 46 39
Octal 314 103 336 10 106 0 15 445 106 71
Binary 11001100 1000011 11011110 1000 1000110 0 1101 100100101 1000110 111001

Color Harmonies of #CC43DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43DE

Black with #CC43DE

Text Example


Text Example

White with #CC43DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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