Html Css Color HEX #C078C3 Orchid

📋 copy color: '#C078C3'

red 192 ◦ green 120 ◦ blue 195

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

Shades of Orchid #C078C3

Tints of Orchid #C078C3

RGB

 RED value IS 192 (75.39% from 255) = 37.87%

 GREEN value IS 120 (47.27% from 255) = 23.67%

 BLUE value IS 195 (76.56% from 255) = 38.46%

R = 37.87%
G = 23.67%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C078C3 (or 0xC078C3) is known color: Orchid. HEX triplet: C0, 78 and C3. RGB value is (192,120,195). Sum of RGB (Red+Green+Blue) = 192+120+195=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #C078C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078C3 is #3F873C. Grayscale: #959595. Windows color (decimal): -4163389 or 12810432. OLE color: 12810432.

HSL color Cylindrical-coordinate representation of color #C078C3: hue angle of 297.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078C3 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 120 195 -
CMYK 0.02 0.38 0 0.24
HSL 297.6º 0.38% 0.62% -
HSV(B) 297.6º 0.38% 0.76% -
XYZ 38.31 28.58 55.13 -
YUV 150.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 192 120 195 0.02 0.38 0 0.24 297.6 0.38 0.62
Hex C0 78 C3 2 26 0 18 12A 26 3E
Octal 300 170 303 2 46 0 30 452 46 76
Binary 11000000 1111000 11000011 10 100110 0 11000 100101010 100110 111110

Color Harmonies of #C078C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078C3

Black with #C078C3

Text Example


Text Example

White with #C078C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078C3; }

 p { color: rgb(192,120,195); }

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

background-color css

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

 a { background-color: rgb(192,120,195); }

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

border-color css

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

 span { border-color: rgb(192,120,195); }

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