Html Css Color HEX #C67CDB Orchid

📋 copy color: '#C67CDB'

red 198 ◦ green 124 ◦ blue 219

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

Shades of Orchid #C67CDB

Tints of Orchid #C67CDB

RGB

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

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

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

R = 36.6%
G = 22.92%
B = 40.48%

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

#C67CDB (or 0xC67CDB) is known color: Orchid. HEX triplet: C6, 7C and DB. RGB value is (198,124,219). Sum of RGB (Red+Green+Blue) = 198+124+219=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #C67CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CDB is #398324. Grayscale: #9C9C9C. Windows color (decimal): -3769125 or 14384326. OLE color: 14384326.

HSL color Cylindrical-coordinate representation of color #C67CDB: hue angle of 286.74º 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 #C67CDB is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 124 219 -
CMYK 0.10 0.43 0 0.14
HSL 286.74º 0.57% 0.67% -
HSV(B) 286.74º 0.43% 0.86% -
XYZ 43.28 31.54 70.82 -
YUV 156.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 198 124 219 0.10 0.43 0 0.14 286.74 0.57 0.67
Hex C6 7C DB A 2B 0 E 11F 39 43
Octal 306 174 333 12 53 0 16 437 71 103
Binary 11000110 1111100 11011011 1010 101011 0 1110 100011111 111001 1000011

Color Harmonies of #C67CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CDB

Black with #C67CDB

Text Example


Text Example

White with #C67CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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