Html Css Color HEX #C769CC Orchid

📋 copy color: '#C769CC'

red 199 ◦ green 105 ◦ blue 204

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

Shades of Orchid #C769CC

Tints of Orchid #C769CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 39.17%
G = 20.67%
B = 40.16%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C769CC (or 0xC769CC) is known color: Orchid. HEX triplet: C7, 69 and CC. RGB value is (199,105,204). Sum of RGB (Red+Green+Blue) = 199+105+204=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C769CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769CC is #389633. Grayscale: #909090. Windows color (decimal): -3708468 or 13396423. OLE color: 13396423.

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

Color convert

RGB 199 105 204 -
CMYK 0.02 0.49 0 0.2
HSL 296.97º 0.49% 0.61% -
HSV(B) 296.97º 0.49% 0.8% -
XYZ 39.5 26.6 60.18 -
YUV 144.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 199 105 204 0.02 0.49 0 0.2 296.97 0.49 0.61
Hex C7 69 CC 2 31 0 14 129 31 3D
Octal 307 151 314 2 61 0 24 451 61 75
Binary 11000111 1101001 11001100 10 110001 0 10100 100101001 110001 111101

Color Harmonies of #C769CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769CC

Black with #C769CC

Text Example


Text Example

White with #C769CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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