Html Css Color HEX #C06BCF Medium Orchid

📋 copy color: '#C06BCF'

red 192 ◦ green 107 ◦ blue 207

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

Shades of Medium Orchid #C06BCF

Tints of Medium Orchid #C06BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.15%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 37.94%
G = 21.15%
B = 40.91%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C06BCF (or 0xC06BCF) is known color: Medium Orchid. HEX triplet: C0, 6B and CF. RGB value is (192,107,207). Sum of RGB (Red+Green+Blue) = 192+107+207=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #C06BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BCF is #3F9430. Grayscale: #8F8F8F. Windows color (decimal): -4166705 or 13593536. OLE color: 13593536.

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

Color convert

RGB 192 107 207 -
CMYK 0.07 0.48 0 0.19
HSL 291º 0.51% 0.62% -
HSV(B) 291º 0.48% 0.81% -
XYZ 38.26 26.23 62.08 -
YUV 143.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 192 107 207 0.07 0.48 0 0.19 291 0.51 0.62
Hex C0 6B CF 7 30 0 13 123 33 3E
Octal 300 153 317 7 60 0 23 443 63 76
Binary 11000000 1101011 11001111 111 110000 0 10011 100100011 110011 111110

Color Harmonies of #C06BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BCF

Black with #C06BCF

Text Example


Text Example

White with #C06BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BCF; }

 p { color: rgb(192,107,207); }

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

background-color css

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

 a { background-color: rgb(192,107,207); }

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

border-color css

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

 span { border-color: rgb(192,107,207); }

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