Html Css Color HEX #C981DA Orchid

📋 copy color: '#C981DA'

red 201 ◦ green 129 ◦ blue 218

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

Shades of Orchid #C981DA

Tints of Orchid #C981DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.54%

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

R = 36.68%
G = 23.54%
B = 39.78%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C981DA (or 0xC981DA) is known color: Orchid. HEX triplet: C9, 81 and DA. RGB value is (201,129,218). Sum of RGB (Red+Green+Blue) = 201+129+218=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #C981DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981DA is #367E25. Grayscale: #A0A0A0. Windows color (decimal): -3571238 or 14320073. OLE color: 14320073.

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

Color convert

RGB 201 129 218 -
CMYK 0.08 0.41 0 0.15
HSL 288.54º 0.55% 0.68% -
HSV(B) 288.54º 0.41% 0.85% -
XYZ 44.59 33.18 70.38 -
YUV 160.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 201 129 218 0.08 0.41 0 0.15 288.54 0.55 0.68
Hex C9 81 DA 8 29 0 F 121 37 44
Octal 311 201 332 10 51 0 17 441 67 104
Binary 11001001 10000001 11011010 1000 101001 0 1111 100100001 110111 1000100

Color Harmonies of #C981DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981DA

Black with #C981DA

Text Example


Text Example

White with #C981DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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