Html Css Color HEX #C67BCE Orchid

📋 copy color: '#C67BCE'

red 198 ◦ green 123 ◦ blue 206

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

Shades of Orchid #C67BCE

Tints of Orchid #C67BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 37.57%
G = 23.34%
B = 39.09%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C67BCE (or 0xC67BCE) is known color: Orchid. HEX triplet: C6, 7B and CE. RGB value is (198,123,206). Sum of RGB (Red+Green+Blue) = 198+123+206=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C67BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BCE is #398431. Grayscale: #9A9A9A. Windows color (decimal): -3769394 or 13532102. OLE color: 13532102.

HSL color Cylindrical-coordinate representation of color #C67BCE: hue angle of 294.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67BCE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 123 206 -
CMYK 0.04 0.40 0 0.19
HSL 294.22º 0.46% 0.65% -
HSV(B) 294.22º 0.4% 0.81% -
XYZ 41.51 30.63 62.12 -
YUV 154.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 198 123 206 0.04 0.40 0 0.19 294.22 0.46 0.65
Hex C6 7B CE 4 28 0 13 126 2E 41
Octal 306 173 316 4 50 0 23 446 56 101
Binary 11000110 1111011 11001110 100 101000 0 10011 100100110 101110 1000001

Color Harmonies of #C67BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BCE

Black with #C67BCE

Text Example


Text Example

White with #C67BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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