Html Css Color HEX #C67DC5 Orchid

📋 copy color: '#C67DC5'

red 198 ◦ green 125 ◦ blue 197

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

Shades of Orchid #C67DC5

Tints of Orchid #C67DC5

RGB

 RED value IS 198 (77.73% from 255) = 38.08%

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

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 38.08%
G = 24.04%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C67DC5 (or 0xC67DC5) is known color: Orchid. HEX triplet: C6, 7D and C5. RGB value is (198,125,197). Sum of RGB (Red+Green+Blue) = 198+125+197=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DC5 is #39823A. Grayscale: #9A9A9A. Windows color (decimal): -3768891 or 12942790. OLE color: 12942790.

HSL color Cylindrical-coordinate representation of color #C67DC5: hue angle of 300.82º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DC5 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 125 197 -
CMYK 0 0.37 0.01 0.22
HSL 300.82º 0.39% 0.63% -
HSV(B) 300.82º 0.37% 0.78% -
XYZ 40.7 30.7 56.6 -
YUV 155.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 198 125 197 0 0.37 0.01 0.22 300.82 0.39 0.63
Hex C6 7D C5 0 25 1 16 12D 27 3F
Octal 306 175 305 0 45 1 26 455 47 77
Binary 11000110 1111101 11000101 0 100101 1 10110 100101101 100111 111111

Color Harmonies of #C67DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DC5

Black with #C67DC5

Text Example


Text Example

White with #C67DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DC5; }

 p { color: rgb(198,125,197); }

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

background-color css

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

 a { background-color: rgb(198,125,197); }

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

border-color css

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

 span { border-color: rgb(198,125,197); }

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