Html Css Color HEX #C97CCD Orchid

📋 copy color: '#C97CCD'

red 201 ◦ green 124 ◦ blue 205

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

Shades of Orchid #C97CCD

Tints of Orchid #C97CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 37.92%
G = 23.4%
B = 38.68%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C97CCD (or 0xC97CCD) is known color: Orchid. HEX triplet: C9, 7C and CD. RGB value is (201,124,205). Sum of RGB (Red+Green+Blue) = 201+124+205=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #C97CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CCD is #368332. Grayscale: #9C9C9C. Windows color (decimal): -3572531 or 13466825. OLE color: 13466825.

HSL color Cylindrical-coordinate representation of color #C97CCD: hue angle of 297.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97CCD is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 124 205 -
CMYK 0.02 0.40 0 0.20
HSL 297.04º 0.45% 0.65% -
HSV(B) 297.04º 0.4% 0.8% -
XYZ 42.31 31.24 61.56 -
YUV 156.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 201 124 205 0.02 0.40 0 0.20 297.04 0.45 0.65
Hex C9 7C CD 2 28 0 14 129 2D 41
Octal 311 174 315 2 50 0 24 451 55 101
Binary 11001001 1111100 11001101 10 101000 0 10100 100101001 101101 1000001

Color Harmonies of #C97CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CCD

Black with #C97CCD

Text Example


Text Example

White with #C97CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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