Html Css Color HEX #CC5CDA Medium Orchid

📋 copy color: '#CC5CDA'

red 204 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #CC5CDA

Tints of Medium Orchid #CC5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.9%

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 39.69%
G = 17.9%
B = 42.41%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC5CDA (or 0xCC5CDA) is known color: Medium Orchid. HEX triplet: CC, 5C and DA. RGB value is (204,92,218). Sum of RGB (Red+Green+Blue) = 204+92+218=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CDA is #33A325. Grayscale: #8B8B8B. Windows color (decimal): -3384102 or 14310604. OLE color: 14310604.

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

Color convert

RGB 204 92 218 -
CMYK 0.06 0.58 0 0.15
HSL 293.33º 0.63% 0.61% -
HSV(B) 293.33º 0.58% 0.85% -
XYZ 41.38 25.55 69.08 -
YUV 139.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 204 92 218 0.06 0.58 0 0.15 293.33 0.63 0.61
Hex CC 5C DA 6 3A 0 F 125 3F 3D
Octal 314 134 332 6 72 0 17 445 77 75
Binary 11001100 1011100 11011010 110 111010 0 1111 100100101 111111 111101

Color Harmonies of #CC5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CDA

Black with #CC5CDA

Text Example


Text Example

White with #CC5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CDA; }

 p { color: rgb(204,92,218); }

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

background-color css

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

 a { background-color: rgb(204,92,218); }

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

border-color css

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

 span { border-color: rgb(204,92,218); }

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