Html Css Color HEX #C97BD0 Orchid

📋 copy color: '#C97BD0'

red 201 ◦ green 123 ◦ blue 208

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

Shades of Orchid #C97BD0

Tints of Orchid #C97BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.1%

R = 37.78%
G = 23.12%
B = 39.1%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C97BD0 (or 0xC97BD0) is known color: Orchid. HEX triplet: C9, 7B and D0. RGB value is (201,123,208). Sum of RGB (Red+Green+Blue) = 201+123+208=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #C97BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BD0 is #36842F. Grayscale: #9B9B9B. Windows color (decimal): -3572784 or 13663177. OLE color: 13663177.

HSL color Cylindrical-coordinate representation of color #C97BD0: hue angle of 295.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97BD0 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 123 208 -
CMYK 0.03 0.41 0 0.18
HSL 295.06º 0.47% 0.65% -
HSV(B) 295.06º 0.41% 0.82% -
XYZ 42.56 31.14 63.44 -
YUV 156.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 201 123 208 0.03 0.41 0 0.18 295.06 0.47 0.65
Hex C9 7B D0 3 29 0 12 127 2F 41
Octal 311 173 320 3 51 0 22 447 57 101
Binary 11001001 1111011 11010000 11 101001 0 10010 100100111 101111 1000001

Color Harmonies of #C97BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97BD0

Black with #C97BD0

Text Example


Text Example

White with #C97BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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