Html Css Color HEX #C769CD Orchid

📋 copy color: '#C769CD'

red 199 ◦ green 105 ◦ blue 205

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

Shades of Orchid #C769CD

Tints of Orchid #C769CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 39.1%
G = 20.63%
B = 40.28%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C769CD (or 0xC769CD) is known color: Orchid. HEX triplet: C7, 69 and CD. RGB value is (199,105,205). Sum of RGB (Red+Green+Blue) = 199+105+205=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #C769CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769CD is #389632. Grayscale: #909090. Windows color (decimal): -3708467 or 13461959. OLE color: 13461959.

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

Color convert

RGB 199 105 205 -
CMYK 0.03 0.49 0 0.20
HSL 296.4º 0.5% 0.61% -
HSV(B) 296.4º 0.49% 0.8% -
XYZ 39.62 26.65 60.81 -
YUV 144.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 199 105 205 0.03 0.49 0 0.20 296.4 0.5 0.61
Hex C7 69 CD 3 31 0 14 128 32 3D
Octal 307 151 315 3 61 0 24 450 62 75
Binary 11000111 1101001 11001101 11 110001 0 10100 100101000 110010 111101

Color Harmonies of #C769CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769CD

Black with #C769CD

Text Example


Text Example

White with #C769CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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