Html Css Color HEX #C67DDB Orchid

📋 copy color: '#C67DDB'

red 198 ◦ green 125 ◦ blue 219

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

Shades of Orchid #C67DDB

Tints of Orchid #C67DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 36.53%
G = 23.06%
B = 40.41%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C67DDB (or 0xC67DDB) is known color: Orchid. HEX triplet: C6, 7D and DB. RGB value is (198,125,219). Sum of RGB (Red+Green+Blue) = 198+125+219=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #C67DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DDB is #398224. Grayscale: #9D9D9D. Windows color (decimal): -3768869 or 14384582. OLE color: 14384582.

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

Color convert

RGB 198 125 219 -
CMYK 0.10 0.43 0 0.14
HSL 286.6º 0.57% 0.67% -
HSV(B) 286.6º 0.43% 0.86% -
XYZ 43.41 31.79 70.87 -
YUV 157.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 198 125 219 0.10 0.43 0 0.14 286.6 0.57 0.67
Hex C6 7D DB A 2B 0 E 11F 39 43
Octal 306 175 333 12 53 0 16 437 71 103
Binary 11000110 1111101 11011011 1010 101011 0 1110 100011111 111001 1000011

Color Harmonies of #C67DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DDB

Black with #C67DDB

Text Example


Text Example

White with #C67DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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