Html Css Color HEX #C07BCE Orchid

📋 copy color: '#C07BCE'

red 192 ◦ green 123 ◦ blue 206

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

Shades of Orchid #C07BCE

Tints of Orchid #C07BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 36.85%
G = 23.61%
B = 39.54%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C07BCE (or 0xC07BCE) is known color: Orchid. HEX triplet: C0, 7B and CE. RGB value is (192,123,206). Sum of RGB (Red+Green+Blue) = 192+123+206=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #C07BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BCE is #3F8431. Grayscale: #989898. Windows color (decimal): -4162610 or 13532096. OLE color: 13532096.

HSL color Cylindrical-coordinate representation of color #C07BCE: hue angle of 289.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07BCE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 123 206 -
CMYK 0.07 0.40 0 0.19
HSL 289.88º 0.46% 0.65% -
HSV(B) 289.88º 0.4% 0.81% -
XYZ 39.96 29.83 62.04 -
YUV 153.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 192 123 206 0.07 0.40 0 0.19 289.88 0.46 0.65
Hex C0 7B CE 7 28 0 13 122 2E 41
Octal 300 173 316 7 50 0 23 442 56 101
Binary 11000000 1111011 11001110 111 101000 0 10011 100100010 101110 1000001

Color Harmonies of #C07BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07BCE

Black with #C07BCE

Text Example


Text Example

White with #C07BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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