Html Css Color HEX #CC7ADC Orchid

📋 copy color: '#CC7ADC'

red 204 ◦ green 122 ◦ blue 220

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

Shades of Orchid #CC7ADC

Tints of Orchid #CC7ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 37.36%
G = 22.34%
B = 40.29%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC7ADC (or 0xCC7ADC) is known color: Orchid. HEX triplet: CC, 7A and DC. RGB value is (204,122,220). Sum of RGB (Red+Green+Blue) = 204+122+220=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ADC is #338523. Grayscale: #9D9D9D. Windows color (decimal): -3376420 or 14449356. OLE color: 14449356.

HSL color Cylindrical-coordinate representation of color #CC7ADC: hue angle of 290.2º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7ADC is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 122 220 -
CMYK 0.07 0.45 0 0.14
HSL 290.2º 0.58% 0.67% -
HSV(B) 290.2º 0.45% 0.86% -
XYZ 44.78 31.92 71.51 -
YUV 157.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 204 122 220 0.07 0.45 0 0.14 290.2 0.58 0.67
Hex CC 7A DC 7 2D 0 E 122 3A 43
Octal 314 172 334 7 55 0 16 442 72 103
Binary 11001100 1111010 11011100 111 101101 0 1110 100100010 111010 1000011

Color Harmonies of #CC7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7ADC

Black with #CC7ADC

Text Example


Text Example

White with #CC7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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