Html Css Color HEX #C975CE Orchid

📋 copy color: '#C975CE'

red 201 ◦ green 117 ◦ blue 206

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

Shades of Orchid #C975CE

Tints of Orchid #C975CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.33%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 38.36%
G = 22.33%
B = 39.31%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C975CE (or 0xC975CE) is known color: Orchid. HEX triplet: C9, 75 and CE. RGB value is (201,117,206). Sum of RGB (Red+Green+Blue) = 201+117+206=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C975CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975CE is #368A31. Grayscale: #979797. Windows color (decimal): -3574322 or 13530569. OLE color: 13530569.

HSL color Cylindrical-coordinate representation of color #C975CE: hue angle of 296.63º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C975CE is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 117 206 -
CMYK 0.02 0.43 0 0.19
HSL 296.63º 0.48% 0.63% -
HSV(B) 296.63º 0.43% 0.81% -
XYZ 41.59 29.6 61.91 -
YUV 152.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 201 117 206 0.02 0.43 0 0.19 296.63 0.48 0.63
Hex C9 75 CE 2 2B 0 13 129 30 3F
Octal 311 165 316 2 53 0 23 451 60 77
Binary 11001001 1110101 11001110 10 101011 0 10011 100101001 110000 111111

Color Harmonies of #C975CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975CE

Black with #C975CE

Text Example


Text Example

White with #C975CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975CE; }

 p { color: rgb(201,117,206); }

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

background-color css

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

 a { background-color: rgb(201,117,206); }

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

border-color css

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

 span { border-color: rgb(201,117,206); }

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