Html Css Color HEX #CC7AC1 Orchid

📋 copy color: '#CC7AC1'

red 204 ◦ green 122 ◦ blue 193

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

Shades of Orchid #CC7AC1

Tints of Orchid #CC7AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 39.31%
G = 23.51%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC7AC1 (or 0xCC7AC1) is known color: Orchid. HEX triplet: CC, 7A and C1. RGB value is (204,122,193). Sum of RGB (Red+Green+Blue) = 204+122+193=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AC1 is #33853E. Grayscale: #9A9A9A. Windows color (decimal): -3376447 or 12679884. OLE color: 12679884.

HSL color Cylindrical-coordinate representation of color #CC7AC1: hue angle of 308.05º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7AC1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 193 -
CMYK 0 0.40 0.05 0.2
HSL 308.05º 0.45% 0.64% -
HSV(B) 308.05º 0.4% 0.8% -
XYZ 41.49 30.61 54.17 -
YUV 154.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 204 122 193 0 0.40 0.05 0.2 308.05 0.45 0.64
Hex CC 7A C1 0 28 5 14 134 2D 40
Octal 314 172 301 0 50 5 24 464 55 100
Binary 11001100 1111010 11000001 0 101000 101 10100 100110100 101101 1000000

Color Harmonies of #CC7AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AC1

Black with #CC7AC1

Text Example


Text Example

White with #CC7AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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