Html Css Color HEX #C97BDD Orchid

📋 copy color: '#C97BDD'

red 201 ◦ green 123 ◦ blue 221

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

Shades of Orchid #C97BDD

Tints of Orchid #C97BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 36.88%
G = 22.57%
B = 40.55%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C97BDD (or 0xC97BDD) is known color: Orchid. HEX triplet: C9, 7B and DD. RGB value is (201,123,221). Sum of RGB (Red+Green+Blue) = 201+123+221=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C97BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BDD is #368422. Grayscale: #9D9D9D. Windows color (decimal): -3572771 or 14515145. OLE color: 14515145.

HSL color Cylindrical-coordinate representation of color #C97BDD: hue angle of 287.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97BDD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 123 221 -
CMYK 0.09 0.44 0 0.13
HSL 287.76º 0.59% 0.67% -
HSV(B) 287.76º 0.44% 0.87% -
XYZ 44.22 31.8 72.21 -
YUV 157.49 163.84 159.03 -
System Red Green Blue C M Y K H S L
Decimal 201 123 221 0.09 0.44 0 0.13 287.76 0.59 0.67
Hex C9 7B DD 9 2C 0 D 120 3B 43
Octal 311 173 335 11 54 0 15 440 73 103
Binary 11001001 1111011 11011101 1001 101100 0 1101 100100000 111011 1000011

Color Harmonies of #C97BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BDD

Black with #C97BDD

Text Example


Text Example

White with #C97BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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