Html Css Color HEX #C07DCD Orchid

📋 copy color: '#C07DCD'

red 192 ◦ green 125 ◦ blue 205

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

Shades of Orchid #C07DCD

Tints of Orchid #C07DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 36.78%
G = 23.95%
B = 39.27%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C07DCD (or 0xC07DCD) is known color: Orchid. HEX triplet: C0, 7D and CD. RGB value is (192,125,205). Sum of RGB (Red+Green+Blue) = 192+125+205=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C07DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DCD is #3F8232. Grayscale: #999999. Windows color (decimal): -4162099 or 13467072. OLE color: 13467072.

HSL color Cylindrical-coordinate representation of color #C07DCD: hue angle of 290.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07DCD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 125 205 -
CMYK 0.06 0.39 0 0.20
HSL 290.25º 0.44% 0.65% -
HSV(B) 290.25º 0.39% 0.8% -
XYZ 40.09 30.28 61.49 -
YUV 154.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 192 125 205 0.06 0.39 0 0.20 290.25 0.44 0.65
Hex C0 7D CD 6 27 0 14 122 2C 41
Octal 300 175 315 6 47 0 24 442 54 101
Binary 11000000 1111101 11001101 110 100111 0 10100 100100010 101100 1000001

Color Harmonies of #C07DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DCD

Black with #C07DCD

Text Example


Text Example

White with #C07DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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