Html Css Color HEX #C67CCE Orchid

📋 copy color: '#C67CCE'

red 198 ◦ green 124 ◦ blue 206

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

Shades of Orchid #C67CCE

Tints of Orchid #C67CCE

RGB

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

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

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

R = 37.5%
G = 23.48%
B = 39.02%

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

#C67CCE (or 0xC67CCE) is known color: Orchid. HEX triplet: C6, 7C and CE. RGB value is (198,124,206). Sum of RGB (Red+Green+Blue) = 198+124+206=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #C67CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CCE is #398331. Grayscale: #9B9B9B. Windows color (decimal): -3769138 or 13532358. OLE color: 13532358.

HSL color Cylindrical-coordinate representation of color #C67CCE: hue angle of 294.15º 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 #C67CCE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 124 206 -
CMYK 0.04 0.40 0 0.19
HSL 294.15º 0.46% 0.65% -
HSV(B) 294.15º 0.4% 0.81% -
XYZ 41.64 30.88 62.16 -
YUV 155.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 198 124 206 0.04 0.40 0 0.19 294.15 0.46 0.65
Hex C6 7C CE 4 28 0 13 126 2E 41
Octal 306 174 316 4 50 0 23 446 56 101
Binary 11000110 1111100 11001110 100 101000 0 10011 100100110 101110 1000001

Color Harmonies of #C67CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CCE

Black with #C67CCE

Text Example


Text Example

White with #C67CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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