Html Css Color HEX #C07BD6 Orchid

📋 copy color: '#C07BD6'

red 192 ◦ green 123 ◦ blue 214

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

Shades of Orchid #C07BD6

Tints of Orchid #C07BD6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.25%

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 36.29%
G = 23.25%
B = 40.45%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C07BD6 (or 0xC07BD6) is known color: Orchid. HEX triplet: C0, 7B and D6. RGB value is (192,123,214). Sum of RGB (Red+Green+Blue) = 192+123+214=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #C07BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BD6 is #3F8429. Grayscale: #999999. Windows color (decimal): -4162602 or 14056384. OLE color: 14056384.

HSL color Cylindrical-coordinate representation of color #C07BD6: hue angle of 285.49º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C07BD6 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 123 214 -
CMYK 0.10 0.43 0 0.16
HSL 285.49º 0.53% 0.66% -
HSV(B) 285.49º 0.43% 0.84% -
XYZ 40.96 30.23 67.29 -
YUV 154.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 192 123 214 0.10 0.43 0 0.16 285.49 0.53 0.66
Hex C0 7B D6 A 2B 0 10 11D 35 42
Octal 300 173 326 12 53 0 20 435 65 102
Binary 11000000 1111011 11010110 1010 101011 0 10000 100011101 110101 1000010

Color Harmonies of #C07BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07BD6

Black with #C07BD6

Text Example


Text Example

White with #C07BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07BD6; }

 p { color: rgb(192,123,214); }

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

background-color css

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

 a { background-color: rgb(192,123,214); }

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

border-color css

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

 span { border-color: rgb(192,123,214); }

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