Html Css Color HEX #C67BCC Orchid

📋 copy color: '#C67BCC'

red 198 ◦ green 123 ◦ blue 204

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

Shades of Orchid #C67BCC

Tints of Orchid #C67BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 37.71%
G = 23.43%
B = 38.86%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C67BCC (or 0xC67BCC) is known color: Orchid. HEX triplet: C6, 7B and CC. RGB value is (198,123,204). Sum of RGB (Red+Green+Blue) = 198+123+204=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C67BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BCC is #398433. Grayscale: #9A9A9A. Windows color (decimal): -3769396 or 13401030. OLE color: 13401030.

HSL color Cylindrical-coordinate representation of color #C67BCC: hue angle of 295.56º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67BCC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 123 204 -
CMYK 0.03 0.40 0 0.2
HSL 295.56º 0.44% 0.64% -
HSV(B) 295.56º 0.4% 0.8% -
XYZ 41.27 30.53 60.84 -
YUV 154.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 198 123 204 0.03 0.40 0 0.2 295.56 0.44 0.64
Hex C6 7B CC 3 28 0 14 128 2C 40
Octal 306 173 314 3 50 0 24 450 54 100
Binary 11000110 1111011 11001100 11 101000 0 10100 100101000 101100 1000000

Color Harmonies of #C67BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BCC

Black with #C67BCC

Text Example


Text Example

White with #C67BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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