Html Css Color HEX #C07DCE Orchid

📋 copy color: '#C07DCE'

red 192 ◦ green 125 ◦ blue 206

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

Shades of Orchid #C07DCE

Tints of Orchid #C07DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.9%

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

R = 36.71%
G = 23.9%
B = 39.39%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C07DCE (or 0xC07DCE) is known color: Orchid. HEX triplet: C0, 7D and CE. RGB value is (192,125,206). Sum of RGB (Red+Green+Blue) = 192+125+206=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #C07DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DCE is #3F8231. Grayscale: #9A9A9A. Windows color (decimal): -4162098 or 13532608. OLE color: 13532608.

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

Color convert

RGB 192 125 206 -
CMYK 0.07 0.39 0 0.19
HSL 289.63º 0.45% 0.65% -
HSV(B) 289.63º 0.39% 0.81% -
XYZ 40.21 30.33 62.13 -
YUV 154.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 192 125 206 0.07 0.39 0 0.19 289.63 0.45 0.65
Hex C0 7D CE 7 27 0 13 122 2D 41
Octal 300 175 316 7 47 0 23 442 55 101
Binary 11000000 1111101 11001110 111 100111 0 10011 100100010 101101 1000001

Color Harmonies of #C07DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DCE

Black with #C07DCE

Text Example


Text Example

White with #C07DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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