Html Css Color HEX #C769CF Orchid

📋 copy color: '#C769CF'

red 199 ◦ green 105 ◦ blue 207

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

Shades of Orchid #C769CF

Tints of Orchid #C769CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 38.94%
G = 20.55%
B = 40.51%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C769CF (or 0xC769CF) is known color: Orchid. HEX triplet: C7, 69 and CF. RGB value is (199,105,207). Sum of RGB (Red+Green+Blue) = 199+105+207=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #C769CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769CF is #389630. Grayscale: #909090. Windows color (decimal): -3708465 or 13593031. OLE color: 13593031.

HSL color Cylindrical-coordinate representation of color #C769CF: hue angle of 295.29º degrees, saturation: 0.52, 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 #C769CF is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 105 207 -
CMYK 0.04 0.49 0 0.19
HSL 295.29º 0.52% 0.61% -
HSV(B) 295.29º 0.49% 0.81% -
XYZ 39.87 26.75 62.09 -
YUV 144.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 199 105 207 0.04 0.49 0 0.19 295.29 0.52 0.61
Hex C7 69 CF 4 31 0 13 127 34 3D
Octal 307 151 317 4 61 0 23 447 64 75
Binary 11000111 1101001 11001111 100 110001 0 10011 100100111 110100 111101

Color Harmonies of #C769CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769CF

Black with #C769CF

Text Example


Text Example

White with #C769CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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