Html Css Color HEX #C97CCF Orchid

📋 copy color: '#C97CCF'

red 201 ◦ green 124 ◦ blue 207

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

Shades of Orchid #C97CCF

Tints of Orchid #C97CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 37.78%
G = 23.31%
B = 38.91%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C97CCF (or 0xC97CCF) is known color: Orchid. HEX triplet: C9, 7C and CF. RGB value is (201,124,207). Sum of RGB (Red+Green+Blue) = 201+124+207=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #C97CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CCF is #368330. Grayscale: #9C9C9C. Windows color (decimal): -3572529 or 13597897. OLE color: 13597897.

HSL color Cylindrical-coordinate representation of color #C97CCF: hue angle of 295.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97CCF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 124 207 -
CMYK 0.03 0.40 0 0.19
HSL 295.66º 0.46% 0.65% -
HSV(B) 295.66º 0.4% 0.81% -
XYZ 42.56 31.34 62.84 -
YUV 156.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 201 124 207 0.03 0.40 0 0.19 295.66 0.46 0.65
Hex C9 7C CF 3 28 0 13 128 2E 41
Octal 311 174 317 3 50 0 23 450 56 101
Binary 11001001 1111100 11001111 11 101000 0 10011 100101000 101110 1000001

Color Harmonies of #C97CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CCF

Black with #C97CCF

Text Example


Text Example

White with #C97CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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