Html Css Color HEX #C975CD Orchid

📋 copy color: '#C975CD'

red 201 ◦ green 117 ◦ blue 205

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

Shades of Orchid #C975CD

Tints of Orchid #C975CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 38.43%
G = 22.37%
B = 39.2%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C975CD (or 0xC975CD) is known color: Orchid. HEX triplet: C9, 75 and CD. RGB value is (201,117,205). Sum of RGB (Red+Green+Blue) = 201+117+205=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #C975CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975CD is #368A32. Grayscale: #979797. Windows color (decimal): -3574323 or 13465033. OLE color: 13465033.

HSL color Cylindrical-coordinate representation of color #C975CD: hue angle of 297.27º degrees, saturation: 0.47, 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 #C975CD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 117 205 -
CMYK 0.02 0.43 0 0.20
HSL 297.27º 0.47% 0.63% -
HSV(B) 297.27º 0.43% 0.8% -
XYZ 41.47 29.55 61.28 -
YUV 152.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 201 117 205 0.02 0.43 0 0.20 297.27 0.47 0.63
Hex C9 75 CD 2 2B 0 14 129 2F 3F
Octal 311 165 315 2 53 0 24 451 57 77
Binary 11001001 1110101 11001101 10 101011 0 10100 100101001 101111 111111

Color Harmonies of #C975CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975CD

Black with #C975CD

Text Example


Text Example

White with #C975CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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