Html Css Color HEX #C97ADC Orchid

📋 copy color: '#C97ADC'

red 201 ◦ green 122 ◦ blue 220

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

Shades of Orchid #C97ADC

Tints of Orchid #C97ADC

RGB

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

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

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

R = 37.02%
G = 22.47%
B = 40.52%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C97ADC (or 0xC97ADC) is known color: Orchid. HEX triplet: C9, 7A and DC. RGB value is (201,122,220). Sum of RGB (Red+Green+Blue) = 201+122+220=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C97ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ADC is #368523. Grayscale: #9C9C9C. Windows color (decimal): -3573028 or 14449353. OLE color: 14449353.

HSL color Cylindrical-coordinate representation of color #C97ADC: hue angle of 288.37º 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 #C97ADC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 122 220 -
CMYK 0.09 0.45 0 0.14
HSL 288.37º 0.58% 0.67% -
HSV(B) 288.37º 0.45% 0.86% -
XYZ 43.97 31.5 71.47 -
YUV 156.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 201 122 220 0.09 0.45 0 0.14 288.37 0.58 0.67
Hex C9 7A DC 9 2D 0 E 120 3A 43
Octal 311 172 334 11 55 0 16 440 72 103
Binary 11001001 1111010 11011100 1001 101101 0 1110 100100000 111010 1000011

Color Harmonies of #C97ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ADC

Black with #C97ADC

Text Example


Text Example

White with #C97ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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