Html Css Color HEX #C97CCB Orchid

📋 copy color: '#C97CCB'

red 201 ◦ green 124 ◦ blue 203

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

Shades of Orchid #C97CCB

Tints of Orchid #C97CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 38.07%
G = 23.48%
B = 38.45%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C97CCB (or 0xC97CCB) is known color: Orchid. HEX triplet: C9, 7C and CB. RGB value is (201,124,203). Sum of RGB (Red+Green+Blue) = 201+124+203=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #C97CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CCB is #368334. Grayscale: #9B9B9B. Windows color (decimal): -3572533 or 13335753. OLE color: 13335753.

HSL color Cylindrical-coordinate representation of color #C97CCB: hue angle of 298.48º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97CCB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 124 203 -
CMYK 0.01 0.39 0 0.20
HSL 298.48º 0.43% 0.64% -
HSV(B) 298.48º 0.39% 0.8% -
XYZ 42.07 31.14 60.29 -
YUV 156.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 201 124 203 0.01 0.39 0 0.20 298.48 0.43 0.64
Hex C9 7C CB 1 27 0 14 12A 2B 40
Octal 311 174 313 1 47 0 24 452 53 100
Binary 11001001 1111100 11001011 1 100111 0 10100 100101010 101011 1000000

Color Harmonies of #C97CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CCB

Black with #C97CCB

Text Example


Text Example

White with #C97CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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