Html Css Color HEX #C97FDA Orchid

📋 copy color: '#C97FDA'

red 201 ◦ green 127 ◦ blue 218

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

Shades of Orchid #C97FDA

Tints of Orchid #C97FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.26%

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 36.81%
G = 23.26%
B = 39.93%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C97FDA (or 0xC97FDA) is known color: Orchid. HEX triplet: C9, 7F and DA. RGB value is (201,127,218). Sum of RGB (Red+Green+Blue) = 201+127+218=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #C97FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FDA is #368025. Grayscale: #9F9F9F. Windows color (decimal): -3571750 or 14319561. OLE color: 14319561.

HSL color Cylindrical-coordinate representation of color #C97FDA: hue angle of 288.79º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97FDA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 127 218 -
CMYK 0.08 0.42 0 0.15
HSL 288.79º 0.55% 0.68% -
HSV(B) 288.79º 0.42% 0.85% -
XYZ 44.33 32.66 70.3 -
YUV 159.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 201 127 218 0.08 0.42 0 0.15 288.79 0.55 0.68
Hex C9 7F DA 8 2A 0 F 121 37 44
Octal 311 177 332 10 52 0 17 441 67 104
Binary 11001001 1111111 11011010 1000 101010 0 1111 100100001 110111 1000100

Color Harmonies of #C97FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FDA

Black with #C97FDA

Text Example


Text Example

White with #C97FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FDA; }

 p { color: rgb(201,127,218); }

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

background-color css

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

 a { background-color: rgb(201,127,218); }

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

border-color css

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

 span { border-color: rgb(201,127,218); }

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