Html Css Color HEX #CC62DE Medium Orchid

📋 copy color: '#CC62DE'

red 204 ◦ green 98 ◦ blue 222

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

Shades of Medium Orchid #CC62DE

Tints of Medium Orchid #CC62DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 38.93%
G = 18.7%
B = 42.37%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC62DE (or 0xCC62DE) is known color: Medium Orchid. HEX triplet: CC, 62 and DE. RGB value is (204,98,222). Sum of RGB (Red+Green+Blue) = 204+98+222=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC62DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62DE is #339D21. Grayscale: #8F8F8F. Windows color (decimal): -3382562 or 14574284. OLE color: 14574284.

HSL color Cylindrical-coordinate representation of color #CC62DE: hue angle of 291.29º degrees, saturation: 0.65, 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 #CC62DE is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 98 222 -
CMYK 0.08 0.56 0 0.13
HSL 291.29º 0.65% 0.63% -
HSV(B) 291.29º 0.56% 0.87% -
XYZ 42.45 26.85 72.05 -
YUV 143.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 204 98 222 0.08 0.56 0 0.13 291.29 0.65 0.63
Hex CC 62 DE 8 38 0 D 123 41 3F
Octal 314 142 336 10 70 0 15 443 101 77
Binary 11001100 1100010 11011110 1000 111000 0 1101 100100011 1000001 111111

Color Harmonies of #CC62DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62DE

Black with #CC62DE

Text Example


Text Example

White with #CC62DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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