Html Css Color HEX #C975D3 Orchid

📋 copy color: '#C975D3'

red 201 ◦ green 117 ◦ blue 211

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

Shades of Orchid #C975D3

Tints of Orchid #C975D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.89%

R = 38%
G = 22.12%
B = 39.89%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C975D3 (or 0xC975D3) is known color: Orchid. HEX triplet: C9, 75 and D3. RGB value is (201,117,211). Sum of RGB (Red+Green+Blue) = 201+117+211=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #C975D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975D3 is #368A2C. Grayscale: #989898. Windows color (decimal): -3574317 or 13858249. OLE color: 13858249.

HSL color Cylindrical-coordinate representation of color #C975D3: hue angle of 293.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C975D3 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 117 211 -
CMYK 0.05 0.45 0 0.17
HSL 293.62º 0.52% 0.64% -
HSV(B) 293.62º 0.45% 0.83% -
XYZ 42.21 29.84 65.16 -
YUV 152.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 201 117 211 0.05 0.45 0 0.17 293.62 0.52 0.64
Hex C9 75 D3 5 2D 0 11 126 34 40
Octal 311 165 323 5 55 0 21 446 64 100
Binary 11001001 1110101 11010011 101 101101 0 10001 100100110 110100 1000000

Color Harmonies of #C975D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975D3

Black with #C975D3

Text Example


Text Example

White with #C975D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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