Html Css Color HEX #CC7AD8 Orchid

📋 copy color: '#CC7AD8'

red 204 ◦ green 122 ◦ blue 216

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

Shades of Orchid #CC7AD8

Tints of Orchid #CC7AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.85%

R = 37.64%
G = 22.51%
B = 39.85%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC7AD8 (or 0xCC7AD8) is known color: Orchid. HEX triplet: CC, 7A and D8. RGB value is (204,122,216). Sum of RGB (Red+Green+Blue) = 204+122+216=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC7AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AD8 is #338527. Grayscale: #9C9C9C. Windows color (decimal): -3376424 or 14187212. OLE color: 14187212.

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

Color convert

RGB 204 122 216 -
CMYK 0.06 0.44 0 0.15
HSL 292.34º 0.55% 0.66% -
HSV(B) 292.34º 0.44% 0.85% -
XYZ 44.26 31.71 68.75 -
YUV 157.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 204 122 216 0.06 0.44 0 0.15 292.34 0.55 0.66
Hex CC 7A D8 6 2C 0 F 124 37 42
Octal 314 172 330 6 54 0 17 444 67 102
Binary 11001100 1111010 11011000 110 101100 0 1111 100100100 110111 1000010

Color Harmonies of #CC7AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AD8

Black with #CC7AD8

Text Example


Text Example

White with #CC7AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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