Html Css Color HEX #CC7AD4 Orchid

📋 copy color: '#CC7AD4'

red 204 ◦ green 122 ◦ blue 212

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

Shades of Orchid #CC7AD4

Tints of Orchid #CC7AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.41%

R = 37.92%
G = 22.68%
B = 39.41%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC7AD4 (or 0xCC7AD4) is known color: Orchid. HEX triplet: CC, 7A and D4. RGB value is (204,122,212). Sum of RGB (Red+Green+Blue) = 204+122+212=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC7AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AD4 is #33852B. Grayscale: #9C9C9C. Windows color (decimal): -3376428 or 13925068. OLE color: 13925068.

HSL color Cylindrical-coordinate representation of color #CC7AD4: hue angle of 294.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7AD4 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 122 212 -
CMYK 0.04 0.42 0 0.17
HSL 294.67º 0.51% 0.65% -
HSV(B) 294.67º 0.42% 0.83% -
XYZ 43.75 31.51 66.06 -
YUV 156.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 204 122 212 0.04 0.42 0 0.17 294.67 0.51 0.65
Hex CC 7A D4 4 2A 0 11 127 33 41
Octal 314 172 324 4 52 0 21 447 63 101
Binary 11001100 1111010 11010100 100 101010 0 10001 100100111 110011 1000001

Color Harmonies of #CC7AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AD4

Black with #CC7AD4

Text Example


Text Example

White with #CC7AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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