Html Css Color HEX #C97BCA Orchid

📋 copy color: '#C97BCA'

red 201 ◦ green 123 ◦ blue 202

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

Shades of Orchid #C97BCA

Tints of Orchid #C97BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 38.21%
G = 23.38%
B = 38.4%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C97BCA (or 0xC97BCA) is known color: Orchid. HEX triplet: C9, 7B and CA. RGB value is (201,123,202). Sum of RGB (Red+Green+Blue) = 201+123+202=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #C97BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BCA is #368435. Grayscale: #9B9B9B. Windows color (decimal): -3572790 or 13269961. OLE color: 13269961.

HSL color Cylindrical-coordinate representation of color #C97BCA: hue angle of 299.24º degrees, saturation: 0.43, 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 #C97BCA is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 123 202 -
CMYK 0.00 0.39 0 0.21
HSL 299.24º 0.43% 0.64% -
HSV(B) 299.24º 0.39% 0.79% -
XYZ 41.83 30.85 59.63 -
YUV 155.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 201 123 202 0.00 0.39 0 0.21 299.24 0.43 0.64
Hex C9 7B CA 0 27 0 15 12B 2B 40
Octal 311 173 312 0 47 0 25 453 53 100
Binary 11001001 1111011 11001010 0 100111 0 10101 100101011 101011 1000000

Color Harmonies of #C97BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BCA

Black with #C97BCA

Text Example


Text Example

White with #C97BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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