Html Css Color HEX #C97EDF Orchid

📋 copy color: '#C97EDF'

red 201 ◦ green 126 ◦ blue 223

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

Shades of Orchid #C97EDF

Tints of Orchid #C97EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.91%

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

R = 36.55%
G = 22.91%
B = 40.55%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C97EDF (or 0xC97EDF) is known color: Orchid. HEX triplet: C9, 7E and DF. RGB value is (201,126,223). Sum of RGB (Red+Green+Blue) = 201+126+223=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C97EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97EDF is #368120. Grayscale: #9F9F9F. Windows color (decimal): -3572001 or 14646985. OLE color: 14646985.

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

Color convert

RGB 201 126 223 -
CMYK 0.10 0.43 0 0.13
HSL 286.39º 0.6% 0.68% -
HSV(B) 286.39º 0.43% 0.87% -
XYZ 44.87 32.67 73.75 -
YUV 159.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 201 126 223 0.10 0.43 0 0.13 286.39 0.6 0.68
Hex C9 7E DF A 2B 0 D 11E 3C 44
Octal 311 176 337 12 53 0 15 436 74 104
Binary 11001001 1111110 11011111 1010 101011 0 1101 100011110 111100 1000100

Color Harmonies of #C97EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97EDF

Black with #C97EDF

Text Example


Text Example

White with #C97EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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