Html Css Color HEX #C67CC5 Orchid

📋 copy color: '#C67CC5'

red 198 ◦ green 124 ◦ blue 197

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

Shades of Orchid #C67CC5

Tints of Orchid #C67CC5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

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

R = 38.15%
G = 23.89%
B = 37.96%

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

#C67CC5 (or 0xC67CC5) is known color: Orchid. HEX triplet: C6, 7C and C5. RGB value is (198,124,197). Sum of RGB (Red+Green+Blue) = 198+124+197=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CC5 is #39833A. Grayscale: #9A9A9A. Windows color (decimal): -3769147 or 12942534. OLE color: 12942534.

HSL color Cylindrical-coordinate representation of color #C67CC5: hue angle of 300.81º 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 #C67CC5 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 197 -
CMYK 0 0.37 0.01 0.22
HSL 300.81º 0.39% 0.63% -
HSV(B) 300.81º 0.37% 0.78% -
XYZ 40.57 30.45 56.56 -
YUV 154.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 198 124 197 0 0.37 0.01 0.22 300.81 0.39 0.63
Hex C6 7C C5 0 25 1 16 12D 27 3F
Octal 306 174 305 0 45 1 26 455 47 77
Binary 11000110 1111100 11000101 0 100101 1 10110 100101101 100111 111111

Color Harmonies of #C67CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CC5

Black with #C67CC5

Text Example


Text Example

White with #C67CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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