Html Css Color HEX #C681CC Orchid

📋 copy color: '#C681CC'

red 198 ◦ green 129 ◦ blue 204

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

Shades of Orchid #C681CC

Tints of Orchid #C681CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 37.29%
G = 24.29%
B = 38.42%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C681CC (or 0xC681CC) is known color: Orchid. HEX triplet: C6, 81 and CC. RGB value is (198,129,204). Sum of RGB (Red+Green+Blue) = 198+129+204=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #C681CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681CC is #397E33. Grayscale: #9D9D9D. Windows color (decimal): -3767860 or 13402566. OLE color: 13402566.

HSL color Cylindrical-coordinate representation of color #C681CC: hue angle of 295.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C681CC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 129 204 -
CMYK 0.03 0.37 0 0.2
HSL 295.2º 0.42% 0.65% -
HSV(B) 295.2º 0.37% 0.8% -
XYZ 42.04 32.07 61.1 -
YUV 158.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 198 129 204 0.03 0.37 0 0.2 295.2 0.42 0.65
Hex C6 81 CC 3 25 0 14 127 2A 41
Octal 306 201 314 3 45 0 24 447 52 101
Binary 11000110 10000001 11001100 11 100101 0 10100 100100111 101010 1000001

Color Harmonies of #C681CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681CC

Black with #C681CC

Text Example


Text Example

White with #C681CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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