Html Css Color HEX #C97ACF Orchid

📋 copy color: '#C97ACF'

red 201 ◦ green 122 ◦ blue 207

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

Shades of Orchid #C97ACF

Tints of Orchid #C97ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.02%

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 37.92%
G = 23.02%
B = 39.06%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C97ACF (or 0xC97ACF) is known color: Orchid. HEX triplet: C9, 7A and CF. RGB value is (201,122,207). Sum of RGB (Red+Green+Blue) = 201+122+207=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #C97ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ACF is #368530. Grayscale: #9B9B9B. Windows color (decimal): -3573041 or 13597385. OLE color: 13597385.

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

Color convert

RGB 201 122 207 -
CMYK 0.03 0.41 0 0.19
HSL 295.76º 0.47% 0.65% -
HSV(B) 295.76º 0.41% 0.81% -
XYZ 42.31 30.84 62.75 -
YUV 155.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 201 122 207 0.03 0.41 0 0.19 295.76 0.47 0.65
Hex C9 7A CF 3 29 0 13 128 2F 41
Octal 311 172 317 3 51 0 23 450 57 101
Binary 11001001 1111010 11001111 11 101001 0 10011 100101000 101111 1000001

Color Harmonies of #C97ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ACF

Black with #C97ACF

Text Example


Text Example

White with #C97ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ACF; }

 p { color: rgb(201,122,207); }

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

background-color css

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

 a { background-color: rgb(201,122,207); }

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

border-color css

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

 span { border-color: rgb(201,122,207); }

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