Html Css Color HEX #CC7ABF Orchid

📋 copy color: '#CC7ABF'

red 204 ◦ green 122 ◦ blue 191

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

Shades of Orchid #CC7ABF

Tints of Orchid #CC7ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.94%

R = 39.46%
G = 23.6%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC7ABF (or 0xCC7ABF) is known color: Orchid. HEX triplet: CC, 7A and BF. RGB value is (204,122,191). Sum of RGB (Red+Green+Blue) = 204+122+191=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ABF is #338540. Grayscale: #9A9A9A. Windows color (decimal): -3376449 or 12548812. OLE color: 12548812.

HSL color Cylindrical-coordinate representation of color #CC7ABF: hue angle of 309.51º 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 #CC7ABF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 191 -
CMYK 0 0.40 0.06 0.2
HSL 309.51º 0.45% 0.64% -
HSV(B) 309.51º 0.4% 0.8% -
XYZ 41.27 30.52 53.01 -
YUV 154.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 204 122 191 0 0.40 0.06 0.2 309.51 0.45 0.64
Hex CC 7A BF 0 28 6 14 136 2D 40
Octal 314 172 277 0 50 6 24 466 55 100
Binary 11001100 1111010 10111111 0 101000 110 10100 100110110 101101 1000000

Color Harmonies of #CC7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7ABF

Black with #CC7ABF

Text Example


Text Example

White with #CC7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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