Html Css Color HEX #C97DDC Orchid

📋 copy color: '#C97DDC'

red 201 ◦ green 125 ◦ blue 220

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

Shades of Orchid #C97DDC

Tints of Orchid #C97DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.89%

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 36.81%
G = 22.89%
B = 40.29%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C97DDC (or 0xC97DDC) is known color: Orchid. HEX triplet: C9, 7D and DC. RGB value is (201,125,220). Sum of RGB (Red+Green+Blue) = 201+125+220=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C97DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DDC is #368223. Grayscale: #9E9E9E. Windows color (decimal): -3572260 or 14450121. OLE color: 14450121.

HSL color Cylindrical-coordinate representation of color #C97DDC: hue angle of 288º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97DDC is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 125 220 -
CMYK 0.09 0.43 0 0.14
HSL 288º 0.58% 0.68% -
HSV(B) 288º 0.43% 0.86% -
XYZ 44.34 32.25 71.6 -
YUV 158.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 201 125 220 0.09 0.43 0 0.14 288 0.58 0.68
Hex C9 7D DC 9 2B 0 E 120 3A 44
Octal 311 175 334 11 53 0 16 440 72 104
Binary 11001001 1111101 11011100 1001 101011 0 1110 100100000 111010 1000100

Color Harmonies of #C97DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DDC

Black with #C97DDC

Text Example


Text Example

White with #C97DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DDC; }

 p { color: rgb(201,125,220); }

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

background-color css

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

 a { background-color: rgb(201,125,220); }

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

border-color css

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

 span { border-color: rgb(201,125,220); }

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