Html Css Color HEX #C97DDA Orchid

📋 copy color: '#C97DDA'

red 201 ◦ green 125 ◦ blue 218

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

Shades of Orchid #C97DDA

Tints of Orchid #C97DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 36.95%
G = 22.98%
B = 40.07%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C97DDA (or 0xC97DDA) is known color: Orchid. HEX triplet: C9, 7D and DA. RGB value is (201,125,218). Sum of RGB (Red+Green+Blue) = 201+125+218=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #C97DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DDA is #368225. Grayscale: #9E9E9E. Windows color (decimal): -3572262 or 14319049. OLE color: 14319049.

HSL color Cylindrical-coordinate representation of color #C97DDA: hue angle of 289.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97DDA is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 125 218 -
CMYK 0.08 0.43 0 0.15
HSL 289.03º 0.56% 0.67% -
HSV(B) 289.03º 0.43% 0.85% -
XYZ 44.08 32.15 70.21 -
YUV 158.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 201 125 218 0.08 0.43 0 0.15 289.03 0.56 0.67
Hex C9 7D DA 8 2B 0 F 121 38 43
Octal 311 175 332 10 53 0 17 441 70 103
Binary 11001001 1111101 11011010 1000 101011 0 1111 100100001 111000 1000011

Color Harmonies of #C97DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DDA

Black with #C97DDA

Text Example


Text Example

White with #C97DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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