Html Css Color HEX #CC43EA Medium Orchid

📋 copy color: '#CC43EA'

red 204 ◦ green 67 ◦ blue 234

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

Shades of Medium Orchid #CC43EA

Tints of Medium Orchid #CC43EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 40.4%
G = 13.27%
B = 46.34%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC43EA (or 0xCC43EA) is known color: Medium Orchid. HEX triplet: CC, 43 and EA. RGB value is (204,67,234). Sum of RGB (Red+Green+Blue) = 204+67+234=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC43EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43EA is #33BC15. Grayscale: #7E7E7E. Windows color (decimal): -3390486 or 15352780. OLE color: 15352780.

HSL color Cylindrical-coordinate representation of color #CC43EA: hue angle of 289.22º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC43EA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 67 234 -
CMYK 0.13 0.71 0 0.08
HSL 289.22º 0.8% 0.59% -
HSV(B) 289.22º 0.71% 0.92% -
XYZ 41.76 22.79 80.04 -
YUV 127 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 204 67 234 0.13 0.71 0 0.08 289.22 0.8 0.59
Hex CC 43 EA D 47 0 8 121 50 3B
Octal 314 103 352 15 107 0 10 441 120 73
Binary 11001100 1000011 11101010 1101 1000111 0 1000 100100001 1010000 111011

Color Harmonies of #CC43EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43EA

Black with #CC43EA

Text Example


Text Example

White with #CC43EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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