Html Css Color HEX #C975CC Orchid

📋 copy color: '#C975CC'

red 201 ◦ green 117 ◦ blue 204

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

Shades of Orchid #C975CC

Tints of Orchid #C975CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 38.51%
G = 22.41%
B = 39.08%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C975CC (or 0xC975CC) is known color: Orchid. HEX triplet: C9, 75 and CC. RGB value is (201,117,204). Sum of RGB (Red+Green+Blue) = 201+117+204=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #C975CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975CC is #368A33. Grayscale: #979797. Windows color (decimal): -3574324 or 13399497. OLE color: 13399497.

HSL color Cylindrical-coordinate representation of color #C975CC: hue angle of 297.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C975CC is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 117 204 -
CMYK 0.01 0.43 0 0.2
HSL 297.93º 0.46% 0.63% -
HSV(B) 297.93º 0.43% 0.8% -
XYZ 41.35 29.5 60.64 -
YUV 152.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 201 117 204 0.01 0.43 0 0.2 297.93 0.46 0.63
Hex C9 75 CC 1 2B 0 14 12A 2E 3F
Octal 311 165 314 1 53 0 24 452 56 77
Binary 11001001 1110101 11001100 1 101011 0 10100 100101010 101110 111111

Color Harmonies of #C975CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975CC

Black with #C975CC

Text Example


Text Example

White with #C975CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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