Html Css Color HEX #C67FCC Orchid

📋 copy color: '#C67FCC'

red 198 ◦ green 127 ◦ blue 204

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

Shades of Orchid #C67FCC

Tints of Orchid #C67FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.01%

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

R = 37.43%
G = 24.01%
B = 38.56%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C67FCC (or 0xC67FCC) is known color: Orchid. HEX triplet: C6, 7F and CC. RGB value is (198,127,204). Sum of RGB (Red+Green+Blue) = 198+127+204=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #C67FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FCC is #398033. Grayscale: #9C9C9C. Windows color (decimal): -3768372 or 13402054. OLE color: 13402054.

HSL color Cylindrical-coordinate representation of color #C67FCC: hue angle of 295.32º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67FCC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 127 204 -
CMYK 0.03 0.38 0 0.2
HSL 295.32º 0.43% 0.65% -
HSV(B) 295.32º 0.38% 0.8% -
XYZ 41.78 31.54 61.01 -
YUV 157.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 198 127 204 0.03 0.38 0 0.2 295.32 0.43 0.65
Hex C6 7F CC 3 26 0 14 127 2B 41
Octal 306 177 314 3 46 0 24 447 53 101
Binary 11000110 1111111 11001100 11 100110 0 10100 100100111 101011 1000001

Color Harmonies of #C67FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FCC

Black with #C67FCC

Text Example


Text Example

White with #C67FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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