Html Css Color HEX #C97BE1 Orchid

📋 copy color: '#C97BE1'

red 201 ◦ green 123 ◦ blue 225

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

Shades of Orchid #C97BE1

Tints of Orchid #C97BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.98%

R = 36.61%
G = 22.4%
B = 40.98%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C97BE1 (or 0xC97BE1) is known color: Orchid. HEX triplet: C9, 7B and E1. RGB value is (201,123,225). Sum of RGB (Red+Green+Blue) = 201+123+225=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #C97BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BE1 is #36841E. Grayscale: #9D9D9D. Windows color (decimal): -3572767 or 14777289. OLE color: 14777289.

HSL color Cylindrical-coordinate representation of color #C97BE1: hue angle of 285.88º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97BE1 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 123 225 -
CMYK 0.11 0.45 0 0.12
HSL 285.88º 0.63% 0.68% -
HSV(B) 285.88º 0.45% 0.88% -
XYZ 44.76 32.02 75.06 -
YUV 157.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 201 123 225 0.11 0.45 0 0.12 285.88 0.63 0.68
Hex C9 7B E1 B 2D 0 C 11E 3F 44
Octal 311 173 341 13 55 0 14 436 77 104
Binary 11001001 1111011 11100001 1011 101101 0 1100 100011110 111111 1000100

Color Harmonies of #C97BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BE1

Black with #C97BE1

Text Example


Text Example

White with #C97BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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