Html Css Color HEX #CC42EB Medium Orchid

📋 copy color: '#CC42EB'

red 204 ◦ green 66 ◦ blue 235

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

Shades of Medium Orchid #CC42EB

Tints of Medium Orchid #CC42EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 40.4%
G = 13.07%
B = 46.53%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC42EB (or 0xCC42EB) is known color: Medium Orchid. HEX triplet: CC, 42 and EB. RGB value is (204,66,235). Sum of RGB (Red+Green+Blue) = 204+66+235=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC42EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42EB is #33BD14. Grayscale: #7D7D7D. Windows color (decimal): -3390741 or 15418060. OLE color: 15418060.

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

Color convert

RGB 204 66 235 -
CMYK 0.13 0.72 0 0.08
HSL 288.99º 0.81% 0.59% -
HSV(B) 288.99º 0.72% 0.92% -
XYZ 41.85 22.73 80.78 -
YUV 126.53 189.22 183.26 -
System Red Green Blue C M Y K H S L
Decimal 204 66 235 0.13 0.72 0 0.08 288.99 0.81 0.59
Hex CC 42 EB D 48 0 8 121 51 3B
Octal 314 102 353 15 110 0 10 441 121 73
Binary 11001100 1000010 11101011 1101 1001000 0 1000 100100001 1010001 111011

Color Harmonies of #CC42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42EB

Black with #CC42EB

Text Example


Text Example

White with #CC42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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