Html Css Color HEX #C97BDF Orchid

📋 copy color: '#C97BDF'

red 201 ◦ green 123 ◦ blue 223

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

Shades of Orchid #C97BDF

Tints of Orchid #C97BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.49%

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

R = 36.75%
G = 22.49%
B = 40.77%

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

#C97BDF (or 0xC97BDF) is known color: Orchid. HEX triplet: C9, 7B and DF. RGB value is (201,123,223). Sum of RGB (Red+Green+Blue) = 201+123+223=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #C97BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BDF is #368420. Grayscale: #9D9D9D. Windows color (decimal): -3572769 or 14646217. OLE color: 14646217.

HSL color Cylindrical-coordinate representation of color #C97BDF: hue angle of 286.8º 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 #C97BDF is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 123 223 -
CMYK 0.10 0.45 0 0.13
HSL 286.8º 0.61% 0.68% -
HSV(B) 286.8º 0.45% 0.87% -
XYZ 44.49 31.91 73.63 -
YUV 157.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 201 123 223 0.10 0.45 0 0.13 286.8 0.61 0.68
Hex C9 7B DF A 2D 0 D 11F 3D 44
Octal 311 173 337 12 55 0 15 437 75 104
Binary 11001001 1111011 11011111 1010 101101 0 1101 100011111 111101 1000100

Color Harmonies of #C97BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BDF

Black with #C97BDF

Text Example


Text Example

White with #C97BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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