Html Css Color HEX #C97ADF Orchid

📋 copy color: '#C97ADF'

red 201 ◦ green 122 ◦ blue 223

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

Shades of Orchid #C97ADF

Tints of Orchid #C97ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 36.81%
G = 22.34%
B = 40.84%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C97ADF (or 0xC97ADF) is known color: Orchid. HEX triplet: C9, 7A and DF. RGB value is (201,122,223). Sum of RGB (Red+Green+Blue) = 201+122+223=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C97ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ADF is #368520. Grayscale: #9C9C9C. Windows color (decimal): -3573025 or 14645961. OLE color: 14645961.

HSL color Cylindrical-coordinate representation of color #C97ADF: hue angle of 286.93º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97ADF is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 122 223 -
CMYK 0.10 0.45 0 0.13
HSL 286.93º 0.61% 0.68% -
HSV(B) 286.93º 0.45% 0.87% -
XYZ 44.37 31.66 73.59 -
YUV 157.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 201 122 223 0.10 0.45 0 0.13 286.93 0.61 0.68
Hex C9 7A DF A 2D 0 D 11F 3D 44
Octal 311 172 337 12 55 0 15 437 75 104
Binary 11001001 1111010 11011111 1010 101101 0 1101 100011111 111101 1000100

Color Harmonies of #C97ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ADF

Black with #C97ADF

Text Example


Text Example

White with #C97ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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