Html Css Color HEX #C67CCA Orchid

📋 copy color: '#C67CCA'

red 198 ◦ green 124 ◦ blue 202

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

Shades of Orchid #C67CCA

Tints of Orchid #C67CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 37.79%
G = 23.66%
B = 38.55%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C67CCA (or 0xC67CCA) is known color: Orchid. HEX triplet: C6, 7C and CA. RGB value is (198,124,202). Sum of RGB (Red+Green+Blue) = 198+124+202=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C67CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CCA is #398335. Grayscale: #9A9A9A. Windows color (decimal): -3769142 or 13270214. OLE color: 13270214.

HSL color Cylindrical-coordinate representation of color #C67CCA: hue angle of 296.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67CCA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 124 202 -
CMYK 0.02 0.39 0 0.21
HSL 296.92º 0.42% 0.64% -
HSV(B) 296.92º 0.39% 0.79% -
XYZ 41.16 30.69 59.63 -
YUV 155.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 198 124 202 0.02 0.39 0 0.21 296.92 0.42 0.64
Hex C6 7C CA 2 27 0 15 129 2A 40
Octal 306 174 312 2 47 0 25 451 52 100
Binary 11000110 1111100 11001010 10 100111 0 10101 100101001 101010 1000000

Color Harmonies of #C67CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CCA

Black with #C67CCA

Text Example


Text Example

White with #C67CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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