Html Css Color HEX #C97CDD Orchid

📋 copy color: '#C97CDD'

red 201 ◦ green 124 ◦ blue 221

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

Shades of Orchid #C97CDD

Tints of Orchid #C97CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.71%

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

R = 36.81%
G = 22.71%
B = 40.48%

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

#C97CDD (or 0xC97CDD) is known color: Orchid. HEX triplet: C9, 7C and DD. RGB value is (201,124,221). Sum of RGB (Red+Green+Blue) = 201+124+221=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C97CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CDD is #368322. Grayscale: #9D9D9D. Windows color (decimal): -3572515 or 14515401. OLE color: 14515401.

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

Color convert

RGB 201 124 221 -
CMYK 0.09 0.44 0 0.13
HSL 287.63º 0.59% 0.68% -
HSV(B) 287.63º 0.44% 0.87% -
XYZ 44.35 32.05 72.26 -
YUV 158.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 201 124 221 0.09 0.44 0 0.13 287.63 0.59 0.68
Hex C9 7C DD 9 2C 0 D 120 3B 44
Octal 311 174 335 11 54 0 15 440 73 104
Binary 11001001 1111100 11011101 1001 101100 0 1101 100100000 111011 1000100

Color Harmonies of #C97CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CDD

Black with #C97CDD

Text Example


Text Example

White with #C97CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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