Html Css Color HEX #C769CE Orchid

📋 copy color: '#C769CE'

red 199 ◦ green 105 ◦ blue 206

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

Shades of Orchid #C769CE

Tints of Orchid #C769CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 39.02%
G = 20.59%
B = 40.39%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C769CE (or 0xC769CE) is known color: Orchid. HEX triplet: C7, 69 and CE. RGB value is (199,105,206). Sum of RGB (Red+Green+Blue) = 199+105+206=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #C769CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769CE is #389631. Grayscale: #909090. Windows color (decimal): -3708466 or 13527495. OLE color: 13527495.

HSL color Cylindrical-coordinate representation of color #C769CE: hue angle of 295.84º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C769CE is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 105 206 -
CMYK 0.03 0.49 0 0.19
HSL 295.84º 0.51% 0.61% -
HSV(B) 295.84º 0.49% 0.81% -
XYZ 39.75 26.7 61.45 -
YUV 144.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 199 105 206 0.03 0.49 0 0.19 295.84 0.51 0.61
Hex C7 69 CE 3 31 0 13 128 33 3D
Octal 307 151 316 3 61 0 23 450 63 75
Binary 11000111 1101001 11001110 11 110001 0 10011 100101000 110011 111101

Color Harmonies of #C769CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769CE

Black with #C769CE

Text Example


Text Example

White with #C769CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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