Html Css Color HEX #C97FCA Orchid

📋 copy color: '#C97FCA'

red 201 ◦ green 127 ◦ blue 202

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

Shades of Orchid #C97FCA

Tints of Orchid #C97FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.96%

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 37.92%
G = 23.96%
B = 38.11%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C97FCA (or 0xC97FCA) is known color: Orchid. HEX triplet: C9, 7F and CA. RGB value is (201,127,202). Sum of RGB (Red+Green+Blue) = 201+127+202=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #C97FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FCA is #368035. Grayscale: #9D9D9D. Windows color (decimal): -3571766 or 13270985. OLE color: 13270985.

HSL color Cylindrical-coordinate representation of color #C97FCA: hue angle of 299.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97FCA is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 127 202 -
CMYK 0.00 0.37 0 0.21
HSL 299.2º 0.41% 0.65% -
HSV(B) 299.2º 0.37% 0.79% -
XYZ 42.34 31.86 59.8 -
YUV 157.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 201 127 202 0.00 0.37 0 0.21 299.2 0.41 0.65
Hex C9 7F CA 0 25 0 15 12B 29 41
Octal 311 177 312 0 45 0 25 453 51 101
Binary 11001001 1111111 11001010 0 100101 0 10101 100101011 101001 1000001

Color Harmonies of #C97FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FCA

Black with #C97FCA

Text Example


Text Example

White with #C97FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FCA; }

 p { color: rgb(201,127,202); }

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

background-color css

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

 a { background-color: rgb(201,127,202); }

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

border-color css

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

 span { border-color: rgb(201,127,202); }

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