Html Css Color HEX #C97AD0 Orchid

📋 copy color: '#C97AD0'

red 201 ◦ green 122 ◦ blue 208

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

Shades of Orchid #C97AD0

Tints of Orchid #C97AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.17%

R = 37.85%
G = 22.98%
B = 39.17%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C97AD0 (or 0xC97AD0) is known color: Orchid. HEX triplet: C9, 7A and D0. RGB value is (201,122,208). Sum of RGB (Red+Green+Blue) = 201+122+208=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #C97AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97AD0 is #36852F. Grayscale: #9B9B9B. Windows color (decimal): -3573040 or 13662921. OLE color: 13662921.

HSL color Cylindrical-coordinate representation of color #C97AD0: hue angle of 295.12º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97AD0 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 122 208 -
CMYK 0.03 0.41 0 0.18
HSL 295.12º 0.48% 0.65% -
HSV(B) 295.12º 0.41% 0.82% -
XYZ 42.43 30.89 63.4 -
YUV 155.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 201 122 208 0.03 0.41 0 0.18 295.12 0.48 0.65
Hex C9 7A D0 3 29 0 12 127 30 41
Octal 311 172 320 3 51 0 22 447 60 101
Binary 11001001 1111010 11010000 11 101001 0 10010 100100111 110000 1000001

Color Harmonies of #C97AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97AD0

Black with #C97AD0

Text Example


Text Example

White with #C97AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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