Html Css Color HEX #C973DA Orchid

📋 copy color: '#C973DA'

red 201 ◦ green 115 ◦ blue 218

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

Shades of Orchid #C973DA

Tints of Orchid #C973DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.54%

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 37.64%
G = 21.54%
B = 40.82%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C973DA (or 0xC973DA) is known color: Orchid. HEX triplet: C9, 73 and DA. RGB value is (201,115,218). Sum of RGB (Red+Green+Blue) = 201+115+218=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #C973DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973DA is #368C25. Grayscale: #989898. Windows color (decimal): -3574822 or 14316489. OLE color: 14316489.

HSL color Cylindrical-coordinate representation of color #C973DA: hue angle of 290.1º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C973DA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 115 218 -
CMYK 0.08 0.47 0 0.15
HSL 290.1º 0.58% 0.65% -
HSV(B) 290.1º 0.47% 0.85% -
XYZ 42.87 29.74 69.81 -
YUV 152.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 201 115 218 0.08 0.47 0 0.15 290.1 0.58 0.65
Hex C9 73 DA 8 2F 0 F 122 3A 41
Octal 311 163 332 10 57 0 17 442 72 101
Binary 11001001 1110011 11011010 1000 101111 0 1111 100100010 111010 1000001

Color Harmonies of #C973DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973DA

Black with #C973DA

Text Example


Text Example

White with #C973DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973DA; }

 p { color: rgb(201,115,218); }

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

background-color css

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

 a { background-color: rgb(201,115,218); }

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

border-color css

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

 span { border-color: rgb(201,115,218); }

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