Html Css Color HEX #CC43DB Medium Orchid

📋 copy color: '#CC43DB'

red 204 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #CC43DB

Tints of Medium Orchid #CC43DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 41.63%
G = 13.67%
B = 44.69%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC43DB (or 0xCC43DB) is known color: Medium Orchid. HEX triplet: CC, 43 and DB. RGB value is (204,67,219). Sum of RGB (Red+Green+Blue) = 204+67+219=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43DB is #33BC24. Grayscale: #7C7C7C. Windows color (decimal): -3390501 or 14369740. OLE color: 14369740.

HSL color Cylindrical-coordinate representation of color #CC43DB: hue angle of 294.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC43DB is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 67 219 -
CMYK 0.07 0.69 0 0.14
HSL 294.08º 0.68% 0.56% -
HSV(B) 294.08º 0.69% 0.86% -
XYZ 39.7 21.97 69.17 -
YUV 125.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 204 67 219 0.07 0.69 0 0.14 294.08 0.68 0.56
Hex CC 43 DB 7 45 0 E 126 44 38
Octal 314 103 333 7 105 0 16 446 104 70
Binary 11001100 1000011 11011011 111 1000101 0 1110 100100110 1000100 111000

Color Harmonies of #CC43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43DB

Black with #CC43DB

Text Example


Text Example

White with #CC43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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