Html Css Color HEX #C97BCE Orchid

📋 copy color: '#C97BCE'

red 201 ◦ green 123 ◦ blue 206

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

Shades of Orchid #C97BCE

Tints of Orchid #C97BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.21%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 37.92%
G = 23.21%
B = 38.87%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C97BCE (or 0xC97BCE) is known color: Orchid. HEX triplet: C9, 7B and CE. RGB value is (201,123,206). Sum of RGB (Red+Green+Blue) = 201+123+206=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #C97BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BCE is #368431. Grayscale: #9B9B9B. Windows color (decimal): -3572786 or 13532105. OLE color: 13532105.

HSL color Cylindrical-coordinate representation of color #C97BCE: hue angle of 296.39º 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 #C97BCE is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 123 206 -
CMYK 0.02 0.40 0 0.19
HSL 296.39º 0.46% 0.65% -
HSV(B) 296.39º 0.4% 0.81% -
XYZ 42.31 31.04 62.15 -
YUV 155.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 201 123 206 0.02 0.40 0 0.19 296.39 0.46 0.65
Hex C9 7B CE 2 28 0 13 128 2E 41
Octal 311 173 316 2 50 0 23 450 56 101
Binary 11001001 1111011 11001110 10 101000 0 10011 100101000 101110 1000001

Color Harmonies of #C97BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BCE

Black with #C97BCE

Text Example


Text Example

White with #C97BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BCE; }

 p { color: rgb(201,123,206); }

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

background-color css

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

 a { background-color: rgb(201,123,206); }

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

border-color css

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

 span { border-color: rgb(201,123,206); }

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