Html Css Color HEX #C67BDC Orchid

📋 copy color: '#C67BDC'

red 198 ◦ green 123 ◦ blue 220

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

Shades of Orchid #C67BDC

Tints of Orchid #C67BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.74%

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

R = 36.6%
G = 22.74%
B = 40.67%

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

#C67BDC (or 0xC67BDC) is known color: Orchid. HEX triplet: C6, 7B and DC. RGB value is (198,123,220). Sum of RGB (Red+Green+Blue) = 198+123+220=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C67BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BDC is #398423. Grayscale: #9C9C9C. Windows color (decimal): -3769380 or 14449606. OLE color: 14449606.

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

Color convert

RGB 198 123 220 -
CMYK 0.1 0.44 0 0.14
HSL 286.39º 0.58% 0.67% -
HSV(B) 286.39º 0.44% 0.86% -
XYZ 43.29 31.34 71.48 -
YUV 156.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 198 123 220 0.1 0.44 0 0.14 286.39 0.58 0.67
Hex C6 7B DC A 2C 0 E 11E 3A 43
Octal 306 173 334 12 54 0 16 436 72 103
Binary 11000110 1111011 11011100 1010 101100 0 1110 100011110 111010 1000011

Color Harmonies of #C67BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BDC

Black with #C67BDC

Text Example


Text Example

White with #C67BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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