Html Css Color HEX #C07ADA Orchid

📋 copy color: '#C07ADA'

red 192 ◦ green 122 ◦ blue 218

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

Shades of Orchid #C07ADA

Tints of Orchid #C07ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.93%

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 36.09%
G = 22.93%
B = 40.98%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C07ADA (or 0xC07ADA) is known color: Orchid. HEX triplet: C0, 7A and DA. RGB value is (192,122,218). Sum of RGB (Red+Green+Blue) = 192+122+218=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #C07ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ADA is #3F8525. Grayscale: #999999. Windows color (decimal): -4162854 or 14318272. OLE color: 14318272.

HSL color Cylindrical-coordinate representation of color #C07ADA: hue angle of 283.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07ADA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 122 218 -
CMYK 0.12 0.44 0 0.15
HSL 283.75º 0.56% 0.67% -
HSV(B) 283.75º 0.44% 0.85% -
XYZ 41.35 30.19 69.98 -
YUV 153.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 192 122 218 0.12 0.44 0 0.15 283.75 0.56 0.67
Hex C0 7A DA C 2C 0 F 11C 38 43
Octal 300 172 332 14 54 0 17 434 70 103
Binary 11000000 1111010 11011010 1100 101100 0 1111 100011100 111000 1000011

Color Harmonies of #C07ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ADA

Black with #C07ADA

Text Example


Text Example

White with #C07ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ADA; }

 p { color: rgb(192,122,218); }

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

background-color css

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

 a { background-color: rgb(192,122,218); }

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

border-color css

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

 span { border-color: rgb(192,122,218); }

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