Html Css Color HEX #C975E5 Orchid

📋 copy color: '#C975E5'

red 201 ◦ green 117 ◦ blue 229

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

Shades of Orchid #C975E5

Tints of Orchid #C975E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 36.75%
G = 21.39%
B = 41.86%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C975E5 (or 0xC975E5) is known color: Orchid. HEX triplet: C9, 75 and E5. RGB value is (201,117,229). Sum of RGB (Red+Green+Blue) = 201+117+229=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #C975E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975E5 is #368A1A. Grayscale: #9A9A9A. Windows color (decimal): -3574299 or 15037897. OLE color: 15037897.

HSL color Cylindrical-coordinate representation of color #C975E5: hue angle of 285º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C975E5 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 117 229 -
CMYK 0.12 0.49 0 0.10
HSL 285º 0.68% 0.68% -
HSV(B) 285º 0.49% 0.9% -
XYZ 44.59 30.8 77.72 -
YUV 154.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 201 117 229 0.12 0.49 0 0.10 285 0.68 0.68
Hex C9 75 E5 C 31 0 A 11D 44 44
Octal 311 165 345 14 61 0 12 435 104 104
Binary 11001001 1110101 11100101 1100 110001 0 1010 100011101 1000100 1000100

Color Harmonies of #C975E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975E5

Black with #C975E5

Text Example


Text Example

White with #C975E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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