Html Css Color HEX #C681CA Orchid

📋 copy color: '#C681CA'

red 198 ◦ green 129 ◦ blue 202

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

Shades of Orchid #C681CA

Tints of Orchid #C681CA

RGB

 RED value IS 198 (77.73% from 255) = 37.43%

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

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 37.43%
G = 24.39%
B = 38.19%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C681CA (or 0xC681CA) is known color: Orchid. HEX triplet: C6, 81 and CA. RGB value is (198,129,202). Sum of RGB (Red+Green+Blue) = 198+129+202=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #C681CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681CA is #397E35. Grayscale: #9D9D9D. Windows color (decimal): -3767862 or 13271494. OLE color: 13271494.

HSL color Cylindrical-coordinate representation of color #C681CA: hue angle of 296.71º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C681CA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 129 202 -
CMYK 0.02 0.36 0 0.21
HSL 296.71º 0.41% 0.65% -
HSV(B) 296.71º 0.36% 0.79% -
XYZ 41.8 31.97 59.84 -
YUV 157.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 198 129 202 0.02 0.36 0 0.21 296.71 0.41 0.65
Hex C6 81 CA 2 24 0 15 129 29 41
Octal 306 201 312 2 44 0 25 451 51 101
Binary 11000110 10000001 11001010 10 100100 0 10101 100101001 101001 1000001

Color Harmonies of #C681CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681CA

Black with #C681CA

Text Example


Text Example

White with #C681CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681CA; }

 p { color: rgb(198,129,202); }

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

background-color css

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

 a { background-color: rgb(198,129,202); }

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

border-color css

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

 span { border-color: rgb(198,129,202); }

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