Html Css Color HEX #C67FC1 Orchid

📋 copy color: '#C67FC1'

red 198 ◦ green 127 ◦ blue 193

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

Shades of Orchid #C67FC1

Tints of Orchid #C67FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 38.22%
G = 24.52%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C67FC1 (or 0xC67FC1) is known color: Orchid. HEX triplet: C6, 7F and C1. RGB value is (198,127,193). Sum of RGB (Red+Green+Blue) = 198+127+193=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FC1 is #39803E. Grayscale: #9B9B9B. Windows color (decimal): -3768383 or 12681158. OLE color: 12681158.

HSL color Cylindrical-coordinate representation of color #C67FC1: hue angle of 304.23º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67FC1 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 193 -
CMYK 0 0.36 0.03 0.22
HSL 304.23º 0.38% 0.64% -
HSV(B) 304.23º 0.36% 0.78% -
XYZ 40.5 31.03 54.31 -
YUV 155.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 198 127 193 0 0.36 0.03 0.22 304.23 0.38 0.64
Hex C6 7F C1 0 24 3 16 130 26 40
Octal 306 177 301 0 44 3 26 460 46 100
Binary 11000110 1111111 11000001 0 100100 11 10110 100110000 100110 1000000

Color Harmonies of #C67FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FC1

Black with #C67FC1

Text Example


Text Example

White with #C67FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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