Html Css Color HEX #C768D1 Orchid

📋 copy color: '#C768D1'

red 199 ◦ green 104 ◦ blue 209

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

Shades of Orchid #C768D1

Tints of Orchid #C768D1

RGB

 RED value IS 199 (78.13% from 255) = 38.87%

 GREEN value IS 104 (41.02% from 255) = 20.31%

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 38.87%
G = 20.31%
B = 40.82%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C768D1 (or 0xC768D1) is known color: Orchid. HEX triplet: C7, 68 and D1. RGB value is (199,104,209). Sum of RGB (Red+Green+Blue) = 199+104+209=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #C768D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768D1 is #38972E. Grayscale: #909090. Windows color (decimal): -3708719 or 13723847. OLE color: 13723847.

HSL color Cylindrical-coordinate representation of color #C768D1: hue angle of 294.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C768D1 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 104 209 -
CMYK 0.05 0.50 0 0.18
HSL 294.29º 0.53% 0.61% -
HSV(B) 294.29º 0.5% 0.82% -
XYZ 40.01 26.65 63.36 -
YUV 144.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 199 104 209 0.05 0.50 0 0.18 294.29 0.53 0.61
Hex C7 68 D1 5 32 0 12 126 35 3D
Octal 307 150 321 5 62 0 22 446 65 75
Binary 11000111 1101000 11010001 101 110010 0 10010 100100110 110101 111101

Color Harmonies of #C768D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768D1

Black with #C768D1

Text Example


Text Example

White with #C768D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768D1; }

 p { color: rgb(199,104,209); }

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

background-color css

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

 a { background-color: rgb(199,104,209); }

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

border-color css

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

 span { border-color: rgb(199,104,209); }

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