Html Css Color HEX #C67BDF Orchid

📋 copy color: '#C67BDF'

red 198 ◦ green 123 ◦ blue 223

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

Shades of Orchid #C67BDF

Tints of Orchid #C67BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 36.4%
G = 22.61%
B = 40.99%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C67BDF (or 0xC67BDF) is known color: Orchid. HEX triplet: C6, 7B and DF. RGB value is (198,123,223). Sum of RGB (Red+Green+Blue) = 198+123+223=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #C67BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BDF is #398420. Grayscale: #9C9C9C. Windows color (decimal): -3769377 or 14646214. OLE color: 14646214.

HSL color Cylindrical-coordinate representation of color #C67BDF: hue angle of 285º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C67BDF is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 123 223 -
CMYK 0.11 0.45 0 0.13
HSL 285º 0.61% 0.68% -
HSV(B) 285º 0.45% 0.87% -
XYZ 43.69 31.5 73.59 -
YUV 156.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 198 123 223 0.11 0.45 0 0.13 285 0.61 0.68
Hex C6 7B DF B 2D 0 D 11D 3D 44
Octal 306 173 337 13 55 0 15 435 75 104
Binary 11000110 1111011 11011111 1011 101101 0 1101 100011101 111101 1000100

Color Harmonies of #C67BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BDF

Black with #C67BDF

Text Example


Text Example

White with #C67BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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