Html Css Color HEX #C67DD9 Orchid

📋 copy color: '#C67DD9'

red 198 ◦ green 125 ◦ blue 217

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

Shades of Orchid #C67DD9

Tints of Orchid #C67DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 36.67%
G = 23.15%
B = 40.19%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C67DD9 (or 0xC67DD9) is known color: Orchid. HEX triplet: C6, 7D and D9. RGB value is (198,125,217). Sum of RGB (Red+Green+Blue) = 198+125+217=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #C67DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DD9 is #398226. Grayscale: #9D9D9D. Windows color (decimal): -3768871 or 14253510. OLE color: 14253510.

HSL color Cylindrical-coordinate representation of color #C67DD9: hue angle of 287.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67DD9 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 125 217 -
CMYK 0.09 0.42 0 0.15
HSL 287.61º 0.55% 0.67% -
HSV(B) 287.61º 0.42% 0.85% -
XYZ 43.15 31.68 69.49 -
YUV 157.32 161.68 157.02 -
System Red Green Blue C M Y K H S L
Decimal 198 125 217 0.09 0.42 0 0.15 287.61 0.55 0.67
Hex C6 7D D9 9 2A 0 F 120 37 43
Octal 306 175 331 11 52 0 17 440 67 103
Binary 11000110 1111101 11011001 1001 101010 0 1111 100100000 110111 1000011

Color Harmonies of #C67DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DD9

Black with #C67DD9

Text Example


Text Example

White with #C67DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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