Html Css Color HEX #C674CB Orchid

📋 copy color: '#C674CB'

red 198 ◦ green 116 ◦ blue 203

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

Shades of Orchid #C674CB

Tints of Orchid #C674CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.44%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 38.3%
G = 22.44%
B = 39.26%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C674CB (or 0xC674CB) is known color: Orchid. HEX triplet: C6, 74 and CB. RGB value is (198,116,203). Sum of RGB (Red+Green+Blue) = 198+116+203=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #C674CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674CB is #398B34. Grayscale: #969696. Windows color (decimal): -3771189 or 13333702. OLE color: 13333702.

HSL color Cylindrical-coordinate representation of color #C674CB: hue angle of 296.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C674CB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 116 203 -
CMYK 0.02 0.43 0 0.20
HSL 296.55º 0.46% 0.63% -
HSV(B) 296.55º 0.43% 0.8% -
XYZ 40.31 28.81 59.94 -
YUV 150.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 198 116 203 0.02 0.43 0 0.20 296.55 0.46 0.63
Hex C6 74 CB 2 2B 0 14 129 2E 3F
Octal 306 164 313 2 53 0 24 451 56 77
Binary 11000110 1110100 11001011 10 101011 0 10100 100101001 101110 111111

Color Harmonies of #C674CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674CB

Black with #C674CB

Text Example


Text Example

White with #C674CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674CB; }

 p { color: rgb(198,116,203); }

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

background-color css

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

 a { background-color: rgb(198,116,203); }

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

border-color css

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

 span { border-color: rgb(198,116,203); }

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