Html Css Color HEX #C97ACD Orchid

📋 copy color: '#C97ACD'

red 201 ◦ green 122 ◦ blue 205

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

Shades of Orchid #C97ACD

Tints of Orchid #C97ACD

RGB

 RED value IS 201 (78.91% from 255) = 38.07%

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 38.07%
G = 23.11%
B = 38.83%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C97ACD (or 0xC97ACD) is known color: Orchid. HEX triplet: C9, 7A and CD. RGB value is (201,122,205). Sum of RGB (Red+Green+Blue) = 201+122+205=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C97ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ACD is #368532. Grayscale: #9A9A9A. Windows color (decimal): -3573043 or 13466313. OLE color: 13466313.

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

Color convert

RGB 201 122 205 -
CMYK 0.02 0.40 0 0.20
HSL 297.11º 0.45% 0.64% -
HSV(B) 297.11º 0.4% 0.8% -
XYZ 42.07 30.74 61.47 -
YUV 155.08 156.17 160.75 -
System Red Green Blue C M Y K H S L
Decimal 201 122 205 0.02 0.40 0 0.20 297.11 0.45 0.64
Hex C9 7A CD 2 28 0 14 129 2D 40
Octal 311 172 315 2 50 0 24 451 55 100
Binary 11001001 1111010 11001101 10 101000 0 10100 100101001 101101 1000000

Color Harmonies of #C97ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ACD

Black with #C97ACD

Text Example


Text Example

White with #C97ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ACD; }

 p { color: rgb(201,122,205); }

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

background-color css

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

 a { background-color: rgb(201,122,205); }

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

border-color css

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

 span { border-color: rgb(201,122,205); }

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