Html Css Color HEX #CC61EA Medium Orchid

📋 copy color: '#CC61EA'

red 204 ◦ green 97 ◦ blue 234

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

Shades of Medium Orchid #CC61EA

Tints of Medium Orchid #CC61EA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.13%

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

R = 38.13%
G = 18.13%
B = 43.74%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC61EA (or 0xCC61EA) is known color: Medium Orchid. HEX triplet: CC, 61 and EA. RGB value is (204,97,234). Sum of RGB (Red+Green+Blue) = 204+97+234=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC61EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC61EA is #339E15. Grayscale: #909090. Windows color (decimal): -3382806 or 15360460. OLE color: 15360460.

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

Color convert

RGB 204 97 234 -
CMYK 0.13 0.59 0 0.08
HSL 286.86º 0.77% 0.65% -
HSV(B) 286.86º 0.59% 0.92% -
XYZ 44.03 27.33 80.8 -
YUV 144.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 204 97 234 0.13 0.59 0 0.08 286.86 0.77 0.65
Hex CC 61 EA D 3B 0 8 11F 4D 41
Octal 314 141 352 15 73 0 10 437 115 101
Binary 11001100 1100001 11101010 1101 111011 0 1000 100011111 1001101 1000001

Color Harmonies of #CC61EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61EA

Black with #CC61EA

Text Example


Text Example

White with #CC61EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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