Html Css Color HEX #C97FDF Orchid

📋 copy color: '#C97FDF'

red 201 ◦ green 127 ◦ blue 223

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

Shades of Orchid #C97FDF

Tints of Orchid #C97FDF

RGB

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

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

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

R = 36.48%
G = 23.05%
B = 40.47%

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

#C97FDF (or 0xC97FDF) is known color: Orchid. HEX triplet: C9, 7F and DF. RGB value is (201,127,223). Sum of RGB (Red+Green+Blue) = 201+127+223=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #C97FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FDF is #368020. Grayscale: #9F9F9F. Windows color (decimal): -3571745 or 14647241. OLE color: 14647241.

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

Color convert

RGB 201 127 223 -
CMYK 0.10 0.43 0 0.13
HSL 286.25º 0.6% 0.69% -
HSV(B) 286.25º 0.43% 0.87% -
XYZ 45 32.92 73.8 -
YUV 160.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 201 127 223 0.10 0.43 0 0.13 286.25 0.6 0.69
Hex C9 7F DF A 2B 0 D 11E 3C 45
Octal 311 177 337 12 53 0 15 436 74 105
Binary 11001001 1111111 11011111 1010 101011 0 1101 100011110 111100 1000101

Color Harmonies of #C97FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FDF

Black with #C97FDF

Text Example


Text Example

White with #C97FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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