Html Css Color HEX #C975D4 Orchid

📋 copy color: '#C975D4'

red 201 ◦ green 117 ◦ blue 212

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

Shades of Orchid #C975D4

Tints of Orchid #C975D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40%

R = 37.92%
G = 22.08%
B = 40%

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

#C975D4 (or 0xC975D4) is known color: Orchid. HEX triplet: C9, 75 and D4. RGB value is (201,117,212). Sum of RGB (Red+Green+Blue) = 201+117+212=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 212 - color contains mainly: blue. Hex color #C975D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975D4 is #368A2B. Grayscale: #989898. Windows color (decimal): -3574316 or 13923785. OLE color: 13923785.

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

Color convert

RGB 201 117 212 -
CMYK 0.05 0.45 0 0.17
HSL 293.05º 0.52% 0.65% -
HSV(B) 293.05º 0.45% 0.83% -
XYZ 42.33 29.89 65.83 -
YUV 152.95 161.33 162.28 -
System Red Green Blue C M Y K H S L
Decimal 201 117 212 0.05 0.45 0 0.17 293.05 0.52 0.65
Hex C9 75 D4 5 2D 0 11 125 34 41
Octal 311 165 324 5 55 0 21 445 64 101
Binary 11001001 1110101 11010100 101 101101 0 10001 100100101 110100 1000001

Color Harmonies of #C975D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975D4

Black with #C975D4

Text Example


Text Example

White with #C975D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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