Html Css Color HEX #CC7ADE Orchid

📋 copy color: '#CC7ADE'

red 204 ◦ green 122 ◦ blue 222

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

Shades of Orchid #CC7ADE

Tints of Orchid #CC7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.26%

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

R = 37.23%
G = 22.26%
B = 40.51%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC7ADE (or 0xCC7ADE) is known color: Orchid. HEX triplet: CC, 7A and DE. RGB value is (204,122,222). Sum of RGB (Red+Green+Blue) = 204+122+222=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ADE is #338521. Grayscale: #9D9D9D. Windows color (decimal): -3376418 or 14580428. OLE color: 14580428.

HSL color Cylindrical-coordinate representation of color #CC7ADE: hue angle of 289.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7ADE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 122 222 -
CMYK 0.08 0.45 0 0.13
HSL 289.2º 0.6% 0.67% -
HSV(B) 289.2º 0.45% 0.87% -
XYZ 45.05 32.03 72.92 -
YUV 157.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 204 122 222 0.08 0.45 0 0.13 289.2 0.6 0.67
Hex CC 7A DE 8 2D 0 D 121 3C 43
Octal 314 172 336 10 55 0 15 441 74 103
Binary 11001100 1111010 11011110 1000 101101 0 1101 100100001 111100 1000011

Color Harmonies of #CC7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7ADE

Black with #CC7ADE

Text Example


Text Example

White with #CC7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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