Html Css Color HEX #C97AD3 Orchid

📋 copy color: '#C97AD3'

red 201 ◦ green 122 ◦ blue 211

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

Shades of Orchid #C97AD3

Tints of Orchid #C97AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.51%

R = 37.64%
G = 22.85%
B = 39.51%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C97AD3 (or 0xC97AD3) is known color: Orchid. HEX triplet: C9, 7A and D3. RGB value is (201,122,211). Sum of RGB (Red+Green+Blue) = 201+122+211=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #C97AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97AD3 is #36852C. Grayscale: #9B9B9B. Windows color (decimal): -3573037 or 13859529. OLE color: 13859529.

HSL color Cylindrical-coordinate representation of color #C97AD3: hue angle of 293.26º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97AD3 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 122 211 -
CMYK 0.05 0.42 0 0.17
HSL 293.26º 0.5% 0.65% -
HSV(B) 293.26º 0.42% 0.83% -
XYZ 42.8 31.04 65.36 -
YUV 155.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 201 122 211 0.05 0.42 0 0.17 293.26 0.5 0.65
Hex C9 7A D3 5 2A 0 11 125 32 41
Octal 311 172 323 5 52 0 21 445 62 101
Binary 11001001 1111010 11010011 101 101010 0 10001 100100101 110010 1000001

Color Harmonies of #C97AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97AD3

Black with #C97AD3

Text Example


Text Example

White with #C97AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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