Html Css Color HEX #C067D4 Medium Orchid

📋 copy color: '#C067D4'

red 192 ◦ green 103 ◦ blue 212

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

Shades of Medium Orchid #C067D4

Tints of Medium Orchid #C067D4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.32%

 BLUE value IS 212 (83.2% from 255) = 41.81%

R = 37.87%
G = 20.32%
B = 41.81%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C067D4 (or 0xC067D4) is known color: Medium Orchid. HEX triplet: C0, 67 and D4. RGB value is (192,103,212). Sum of RGB (Red+Green+Blue) = 192+103+212=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #C067D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067D4 is #3F982B. Grayscale: #8D8D8D. Windows color (decimal): -4167724 or 13920192. OLE color: 13920192.

HSL color Cylindrical-coordinate representation of color #C067D4: hue angle of 288.99º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C067D4 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 103 212 -
CMYK 0.09 0.51 0 0.17
HSL 288.99º 0.56% 0.62% -
HSV(B) 288.99º 0.51% 0.83% -
XYZ 38.47 25.66 65.21 -
YUV 142.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 192 103 212 0.09 0.51 0 0.17 288.99 0.56 0.62
Hex C0 67 D4 9 33 0 11 121 38 3E
Octal 300 147 324 11 63 0 21 441 70 76
Binary 11000000 1100111 11010100 1001 110011 0 10001 100100001 111000 111110

Color Harmonies of #C067D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067D4

Black with #C067D4

Text Example


Text Example

White with #C067D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067D4; }

 p { color: rgb(192,103,212); }

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

background-color css

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

 a { background-color: rgb(192,103,212); }

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

border-color css

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

 span { border-color: rgb(192,103,212); }

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