Html Css Color HEX #C97ABD Orchid

📋 copy color: '#C97ABD'

red 201 ◦ green 122 ◦ blue 189

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

Shades of Orchid #C97ABD

Tints of Orchid #C97ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 39.26%
G = 23.83%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C97ABD (or 0xC97ABD) is known color: Orchid. HEX triplet: C9, 7A and BD. RGB value is (201,122,189). Sum of RGB (Red+Green+Blue) = 201+122+189=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C97ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ABD is #368542. Grayscale: #999999. Windows color (decimal): -3573059 or 12417737. OLE color: 12417737.

HSL color Cylindrical-coordinate representation of color #C97ABD: hue angle of 309.11º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97ABD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 122 189 -
CMYK 0 0.39 0.06 0.21
HSL 309.11º 0.42% 0.63% -
HSV(B) 309.11º 0.39% 0.79% -
XYZ 40.23 30.01 51.82 -
YUV 153.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 201 122 189 0 0.39 0.06 0.21 309.11 0.42 0.63
Hex C9 7A BD 0 27 6 15 135 2A 3F
Octal 311 172 275 0 47 6 25 465 52 77
Binary 11001001 1111010 10111101 0 100111 110 10101 100110101 101010 111111

Color Harmonies of #C97ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ABD

Black with #C97ABD

Text Example


Text Example

White with #C97ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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