Html Css Color HEX #C67CDC Orchid

📋 copy color: '#C67CDC'

red 198 ◦ green 124 ◦ blue 220

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

Shades of Orchid #C67CDC

Tints of Orchid #C67CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 36.53%
G = 22.88%
B = 40.59%

CMYK

 C value IS 0.1

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C67CDC (or 0xC67CDC) is known color: Orchid. HEX triplet: C6, 7C and DC. RGB value is (198,124,220). Sum of RGB (Red+Green+Blue) = 198+124+220=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #C67CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CDC is #398323. Grayscale: #9C9C9C. Windows color (decimal): -3769124 or 14449862. OLE color: 14449862.

HSL color Cylindrical-coordinate representation of color #C67CDC: hue angle of 286.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67CDC is Cyan = 0.1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 124 220 -
CMYK 0.1 0.44 0 0.14
HSL 286.25º 0.58% 0.67% -
HSV(B) 286.25º 0.44% 0.86% -
XYZ 43.41 31.59 71.52 -
YUV 157.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 198 124 220 0.1 0.44 0 0.14 286.25 0.58 0.67
Hex C6 7C DC A 2C 0 E 11E 3A 43
Octal 306 174 334 12 54 0 16 436 72 103
Binary 11000110 1111100 11011100 1010 101100 0 1110 100011110 111010 1000011

Color Harmonies of #C67CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CDC

Black with #C67CDC

Text Example


Text Example

White with #C67CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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