Html Css Color HEX #CC62DF Medium Orchid

📋 copy color: '#CC62DF'

red 204 ◦ green 98 ◦ blue 223

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

Shades of Medium Orchid #CC62DF

Tints of Medium Orchid #CC62DF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.67%

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 38.86%
G = 18.67%
B = 42.48%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC62DF (or 0xCC62DF) is known color: Medium Orchid. HEX triplet: CC, 62 and DF. RGB value is (204,98,223). Sum of RGB (Red+Green+Blue) = 204+98+223=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62DF is #339D20. Grayscale: #8F8F8F. Windows color (decimal): -3382561 or 14639820. OLE color: 14639820.

HSL color Cylindrical-coordinate representation of color #CC62DF: hue angle of 290.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC62DF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 98 223 -
CMYK 0.09 0.56 0 0.13
HSL 290.88º 0.66% 0.63% -
HSV(B) 290.88º 0.56% 0.87% -
XYZ 42.59 26.9 72.76 -
YUV 143.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 204 98 223 0.09 0.56 0 0.13 290.88 0.66 0.63
Hex CC 62 DF 9 38 0 D 123 42 3F
Octal 314 142 337 11 70 0 15 443 102 77
Binary 11001100 1100010 11011111 1001 111000 0 1101 100100011 1000010 111111

Color Harmonies of #CC62DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62DF

Black with #CC62DF

Text Example


Text Example

White with #CC62DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62DF; }

 p { color: rgb(204,98,223); }

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

background-color css

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

 a { background-color: rgb(204,98,223); }

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

border-color css

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

 span { border-color: rgb(204,98,223); }

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