Html Css Color HEX #C97BBE Orchid

📋 copy color: '#C97BBE'

red 201 ◦ green 123 ◦ blue 190

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

Shades of Orchid #C97BBE

Tints of Orchid #C97BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 39.11%
G = 23.93%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C97BBE (or 0xC97BBE) is known color: Orchid. HEX triplet: C9, 7B and BE. RGB value is (201,123,190). Sum of RGB (Red+Green+Blue) = 201+123+190=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BBE is #368441. Grayscale: #999999. Windows color (decimal): -3572802 or 12483529. OLE color: 12483529.

HSL color Cylindrical-coordinate representation of color #C97BBE: hue angle of 308.46º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97BBE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 123 190 -
CMYK 0 0.39 0.05 0.21
HSL 308.46º 0.42% 0.64% -
HSV(B) 308.46º 0.39% 0.79% -
XYZ 40.46 30.3 52.43 -
YUV 153.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 201 123 190 0 0.39 0.05 0.21 308.46 0.42 0.64
Hex C9 7B BE 0 27 5 15 134 2A 40
Octal 311 173 276 0 47 5 25 464 52 100
Binary 11001001 1111011 10111110 0 100111 101 10101 100110100 101010 1000000

Color Harmonies of #C97BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BBE

Black with #C97BBE

Text Example


Text Example

White with #C97BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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