Html Css Color HEX #C769D3 Orchid

📋 copy color: '#C769D3'

red 199 ◦ green 105 ◦ blue 211

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

Shades of Orchid #C769D3

Tints of Orchid #C769D3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.39%

 BLUE value IS 211 (82.81% from 255) = 40.97%

R = 38.64%
G = 20.39%
B = 40.97%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C769D3 (or 0xC769D3) is known color: Orchid. HEX triplet: C7, 69 and D3. RGB value is (199,105,211). Sum of RGB (Red+Green+Blue) = 199+105+211=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #C769D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769D3 is #38962C. Grayscale: #909090. Windows color (decimal): -3708461 or 13855175. OLE color: 13855175.

HSL color Cylindrical-coordinate representation of color #C769D3: hue angle of 293.21º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C769D3 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 105 211 -
CMYK 0.06 0.50 0 0.17
HSL 293.21º 0.55% 0.62% -
HSV(B) 293.21º 0.5% 0.83% -
XYZ 40.36 26.95 64.7 -
YUV 145.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 199 105 211 0.06 0.50 0 0.17 293.21 0.55 0.62
Hex C7 69 D3 6 32 0 11 125 37 3E
Octal 307 151 323 6 62 0 21 445 67 76
Binary 11000111 1101001 11010011 110 110010 0 10001 100100101 110111 111110

Color Harmonies of #C769D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769D3

Black with #C769D3

Text Example


Text Example

White with #C769D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769D3; }

 p { color: rgb(199,105,211); }

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

background-color css

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

 a { background-color: rgb(199,105,211); }

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

border-color css

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

 span { border-color: rgb(199,105,211); }

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