Html Css Color HEX #CC61D8 Medium Orchid

📋 copy color: '#CC61D8'

red 204 ◦ green 97 ◦ blue 216

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

Shades of Medium Orchid #CC61D8

Tints of Medium Orchid #CC61D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 39.46%
G = 18.76%
B = 41.78%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC61D8 (or 0xCC61D8) is known color: Medium Orchid. HEX triplet: CC, 61 and D8. RGB value is (204,97,216). Sum of RGB (Red+Green+Blue) = 204+97+216=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC61D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61D8 is #339E27. Grayscale: #8E8E8E. Windows color (decimal): -3382824 or 14180812. OLE color: 14180812.

HSL color Cylindrical-coordinate representation of color #CC61D8: hue angle of 293.95º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC61D8 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 97 216 -
CMYK 0.06 0.55 0 0.15
HSL 293.95º 0.6% 0.61% -
HSV(B) 293.95º 0.55% 0.85% -
XYZ 41.57 26.34 67.86 -
YUV 142.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 204 97 216 0.06 0.55 0 0.15 293.95 0.6 0.61
Hex CC 61 D8 6 37 0 F 126 3C 3D
Octal 314 141 330 6 67 0 17 446 74 75
Binary 11001100 1100001 11011000 110 110111 0 1111 100100110 111100 111101

Color Harmonies of #CC61D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61D8

Black with #CC61D8

Text Example


Text Example

White with #CC61D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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