Html Css Color HEX #CC62D0 Orchid

📋 copy color: '#CC62D0'

red 204 ◦ green 98 ◦ blue 208

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

Shades of Orchid #CC62D0

Tints of Orchid #CC62D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 40%
G = 19.22%
B = 40.78%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC62D0 (or 0xCC62D0) is known color: Orchid. HEX triplet: CC, 62 and D0. RGB value is (204,98,208). Sum of RGB (Red+Green+Blue) = 204+98+208=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC62D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62D0 is #339D2F. Grayscale: #8D8D8D. Windows color (decimal): -3382576 or 13656780. OLE color: 13656780.

HSL color Cylindrical-coordinate representation of color #CC62D0: hue angle of 297.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC62D0 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 98 208 -
CMYK 0.02 0.53 0 0.18
HSL 297.82º 0.54% 0.6% -
HSV(B) 297.82º 0.53% 0.82% -
XYZ 40.65 26.13 62.57 -
YUV 142.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 204 98 208 0.02 0.53 0 0.18 297.82 0.54 0.6
Hex CC 62 D0 2 35 0 12 12A 36 3C
Octal 314 142 320 2 65 0 22 452 66 74
Binary 11001100 1100010 11010000 10 110101 0 10010 100101010 110110 111100

Color Harmonies of #CC62D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62D0

Black with #CC62D0

Text Example


Text Example

White with #CC62D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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